摘要: MIPS 项目仓库请见https://github.com/ZhangFirst1/MIPS 使用Verilog实现的Mips CPU,实现了简易的五级流水。项目使用Vivado构建。 实现了ori、or、and、xor、sll、jal、beq、sw、lw、subu、addu指令。解决了流水线数据相 阅读全文
posted @ 2023-12-02 19:58 ZhangFirst1 阅读(447) 评论(0) 推荐(0)
摘要: WebServer(暂未写完) ​ 根据项目https://github.com/markparticle/WebServer实现的c++服务器项目。同时参考JehanRio的博客https://blog.csdn.net/weixin_51322383/article/details/130464 阅读全文
posted @ 2023-12-02 19:53 ZhangFirst1 阅读(165) 评论(0) 推荐(0)