GithubHelp home page GithubHelp logo

hades-levi / computer-systems-ucas Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sailordiary/computer-systems-ucas

0.0 0.0 0.0 53.7 MB

**科学院大学 计算机组成原理FPGA实验课程 - "Five projects to better understand key principles of computer systems", UCAS Spring 2017 Session

Tcl 20.81% Verilog 79.19%

computer-systems-ucas's Introduction

**科学院大学 计算机组成原理实验课程

"Five projects to better understand key principles of computer systems", UCAS Spring 2017 Session

本实验课程采用FPGA开发板(ZyPi)完成,分为五个子实验。 Note: Due to copyright reasons, slides will not be uploaded

实验项目0 FPGA及工具开发流程

Project 0目录下相关文件。

实验项目0简介

跑马灯——循环点亮开发板上的8个LED灯,需要通过计时器保证LED灯的闪烁时间。

实验项目1 基本部件单元设计(寄存器堆与ALU)

Project 1目录下相关文件。

额外提示

  • reg_file模块里面的复位信号rst为高电平同步复位。
  • alureg_file模块的端口信号名称不能做任何修改(包括不能修改大小写),但是alu模块各端口的信号类型可以在模块内根据需要自行定义类型(如regwire)。为避免混淆,删除了框架工程project1_student.zipalu模块Result信号的reg类型定义;如需将Result等信号定义为reg类型,请在模块内部进行声明
  • Zero标志位在非加减法操作时,结果未定义。
  • 注意编码规范并写好代码注释。

实验项目2 单周期处理器

Project 2目录下相关文件。

额外提示

  • 本次实验开始,采用“阶段提交”的方式开展实验任务。

实验项目3 多周期处理器

Project 3目录下相关文件。

不同于CoD中给出的结构,我们将Instruction Memory与Data Memory统一为一块Ideal Memory。

实验项目4 可执行程序的加载与硬件性能计数器

Project 4目录下相关文件。

声明

本repository中完成的代码仅供学习参考之用,版权归原作者所有;抄袭等行为后果自负!

computer-systems-ucas's People

Contributors

sailordiary avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.