搜索资源列表
mCPU
- 读取Windows环境下多CPU的利用率
MICO8_DEMO_03_18_08.ZIP
- Lattice 超精简8位软核CPU--Mico8,开放所有源代码,包括VHDL,编译器,支持GCC编译器。可在Lattice所有FPGA和MachXO 器件上使用。本例包含示例和说明文档。对使用Lattice器件的用户或者学习CPU设计的人员有较高参考价值。,Lattice super-streamlined eight soft-core CPU- Mico8, open up all the source code, including VHDL, the compiler to supp
mcpu_1.06b
- MCPU is a minimal cpu aimed to fit into a 32 Macrocell CPLD - one of the smallest available programmable logic devices. While this CPU is not powerful enough for real world applications it has proven itself as a valuable educational tool. The source
mcpu_1.06
- mcpu, A Minimal 8Bit CPU in a 32 Macrocell CLPD.包括文档和代码-mcpu, A Minimal 8Bit CPU in a 32 Macrocell CLPD. including documents and code
MCPU
- 微機接口原理让你了解一些关于8086基础CPU的专业知识-Principles of computer interface to let you know about the expertise of 8086 based CPU
MCPU
- 多周期CPU的verilog代码,用vivado可以仿真出波形(multi-cycle CPU by verilog and using vivado to simulate.)
new
- 1、PC和寄存器组使用时钟触发。 2、指令存储器和数据存储器存储单元宽度一律使用8位,即一个字节的存储单位。 3、控制器部分可以考虑用控制信号真值表方法(有共性部分)与用case语句方法逐个产生各指令其它控制信号相配合,注意:信号必须与状态配合。。当然,还可以用其它方法,自己考虑。 4、试用的汇编程序,而且必须包含所要求的所有指令。Slt、sltu指令必须检查两种情况:“小于”和“大于等于”;beq、bne指令必须检查两种情况:“等”和“不等”。这段汇编程序必须尽量优化,同时,给出每条指令
mCPU
- 多周期CPU, 可参考程序, 详情请结合网上的实驗报告(Multi cycle CPU, reference program. For details, please combine the experimental report on the Internet)
CPU2
- 实现cpu,包括时钟、访存、写回等等模块,可以实现顺序处理器的部分功能(The implementation of CPU, including clock, memory, write back and so on, can implement part of the function of the sequential processor)