Code Monkey home page Code Monkey logo

mips_cpu's Introduction

测试数据:B4 96 FF 05 AB CC A8 0C

---2018.7.17中午更新---

目前仍需要完成:

  • 删除InterruptionCode.asm中的nop指令,确保CPU仍然能正常工作
  • 完善异常处理代码
  • 根据马可的经验,ALU的移位应改为并行计算
  • 进一步缩短时序约束的时钟周期,观察Vivado是否能够优化布局

MIPS_CPU

常用git操作,可参考廖雪峰的教程

  • git clone [email protected]:IrisLi17/MIPS_CPU.git将远程仓库克隆到本地
  • git add FILENAME暂存本地更改
  • git commit -m "YOUR MESSAGE"将暂存的更改提交到本地分支
  • git status查看工作区状态
  • git pull origin master从远程仓库拉取,如果有冲突,手动在本地合并:)
  • git push origin master将该分支上所有提交推送到远程仓库。建议在push之前先pull

This project will include:

  • ALU
  • Single Cycle
  • Pipelind

正在进行

  • ALU编写
  • 单周期数据通路搭建
  • 对中断的支持
  • 定时器和串口与控制单元的连接

mips_cpu's People

Contributors

irisli17 avatar myearthorange avatar tangc16 avatar

Watchers

James Cloos 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.