# Computer Organization **Repository Path**: yangchangfu/Computer-Organization-CQU ## Basic Information - **Project Name**: Computer Organization - **Description**: 重庆大学《计算机组成原理》课程实验 - **Primary Language**: Verilog - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-01-08 - **Last Updated**: 2022-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 计算机组成原理实验 - CQUZYK 软件环境: Windows10(version:1903) Vivado 2018.2 MARS 4.5 硬件环境: Digilent Nexys A7 (Artix-7 power) xc7a100tcsg324-3 我也是看这个做的: [视频教程](https://www.bilibili.com/video/BV1pK4y1C7es) ## ex1 ### alu运算器实验 [project_1](./ex1/project_1) ### 有阻塞4位8bit流水线加法器 [project_2](./ex1/project_2) ### latex1 [实验一文档及其latex](./latex1) ## ex2 ### 控制器取指实验 [project_1](./ex2/project_1) ### latex2 [实验二文档及其latex](./latex2) ## ex3 ### 单周期CPU实验 [project_2](./ex3/project_2) ### latex3 [实验三文档及其latex](./latex3) ## ex4 ### 流水线MIPS 处理器设计 [project_1](./ex4/project_1) ### latex4 [实验四文档及其latex](./latex4) ## project_lesson 课程项目 使用mips整数加减指令来实现一个浮点数加减乘数计算器 [lesson_project](./lesson_project) 有关MARS工具: [https://blog.csdn.net/y_universe/article/details/82875244](https://blog.csdn.net/y_universe/article/details/82875244)