Code Monkey home page Code Monkey logo

prototype-with-quartus's Introduction

Prototype-with-Quartus

A prototype designed by Quartus, by simulating the structural design of the CPU.

如果觉得有帮助的话,请多多star

项目介绍

此项目动机为山东大学软件学院2020级计算机组织与结构课程设计,此项目完成了实验一到实验四、模型机的设计和模型机的扩展。2020级题目详见ppt,此项目内容如下:

  • Experiment1-4实现了实验一到实验四,这些基本上每年是固定的
  • WholeMachine实现了模型机所需要的所有元器件以及模型机结构,WholeMachine文件夹内model_machine实现了基础要求:即使用LD、ADD、ST、HALT指令完成取数、相加、存储结果以及停机的整个流程。model_machine_advanced实现了当年的扩展要求,即条件跳转和采用原码一位乘的**实现两个8位无符号数相乘。

项目参考思路

  1. 学习Experiment1-4中实现的内容,其中Experiment1-2的目的为设计模型机需要的基础元器件,Experiment3的目的为学会使用前期设计的基本元器件构成整体电路,Experiment4目的是学会使用微指令控制3中设计的电路完成对应任务。每个实验环环相扣,层层递进,而只有完成四个实验,方有设计模型机及其扩展的能力。
  2. 学习模型机的结构和执行流程。其中微指令在WholeMachine/微指令.xlsx中。运行模型机时,首先烧写电路,随后使用串口软件下载微指令到ROM,根据微指令编写指令并下载到RAM,最后给一个启动信号,机器开始执行指令所定义的流程。 微指令 指令

prototype-with-quartus's People

Contributors

jxyjason avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.