搜索资源列表
chip1
- CPLD的程序,分频,微分等,应用于DPLL -CPLD procedures, frequency, differential, etc. can be applied to DPLL
sum
- 这是一个用VHDL写的简易的CPU的程序,共支持10条指令。使用微指令方式。包括.bit文件。下载到FPGA芯片上成功。注解不小心忘记保存。
cpuyuanma1.rar
- 说明:cpuyuanma1是硬布线控制器源代码, cpuyuanma2是微程序控制器源代码。,Descr iption: cpuyuanma1 hard wiring the controller source code, cpuyuanma2 micro-program controller source code.
cpuyuanma2
- 这是接上面程序,是微程序控制器源代码,调试已经通过。-This is then the above procedures, micro-program controller source code, debugging has been adopted.
85_UPC
- Am2910四位微程序控制器的指令计数器 -failed to translate
Microprogramcontroller
- 微程序控制器部件实验,使用VHDL语言使用Quartus测试通过,模拟CPU-Micro-program controller component experiments, the use of VHDL language use Quartus test, simulation CPU
myspu
- vhdl编写的cpu程序,直接用状态机编写的,没有微指令过程,基本算法都包含,新手学习用-vhdl cpu written procedures for the preparation of a state machine directly, without microcode process, the basic algorithms are included, beginners learn to use
8bitcpu_microprogrammed_vhdl
- 八位微程序结构的cpu设计 。 此为课堂设计,欢迎大家参考。 本人联系方式:justin_dengcn@126.com-8 cpu micro-structure of the design process. This is a lesson. please Contact: justin_dengcn@126.com
controlvhdl
- 一个四位微程序控制器的指令译码器源码,运用VHDL语言实现。-A four micro-program controller instruction decoder source code, the use of VHDL language.
cpulast
- 可以实现简单的微程序指令操作,功能强大,可供参考。- Can operate a simple micro-program instructions, powerful, for reference.
CPU-exp
- 基于VHDL编写的CPU程序,用微程序的方式实现。内含说明本程序的说明文档。-CPU program written in VHDL, with the micro-program ways.Containing the document of the program.
MSP430_PWM
- 程序基于16位微控制器MSP430,基于430硬件实现PWM输出-Hardware implementation of PWM output based on MSP430
CPU
- CPU控制部分采用微程序设计方式,可是实现简单的加减乘运算-CPU control part of the micro-programming mode, but the simple addition and subtraction, multiplication
design
- 计算机组成原理课程设计报告 微程序控制计算机设计-Principles of Computer Organization course design report Micro-program control computer design
MicroController
- 了解EDA扩展板功能,利用实验系统 伟福COP2000,自行设计微程序控制器和指令系统,能够实现数据传送,进行加、减运算和无条件转移,具有累加器寻址、寄存器寻址、寄存器间接寻址、存储器直接寻址、立即数寻址等五种寻址方式,并实现EDA控制。-Learn EDA expansion board function, use of experimental DW COP2000, self-designed micro-program controller and instruction, can ac
pc-matrix
- 简单CPU verilog代码,完全按照COA中描述的结构,是微程序实现-simple structure cpu code, using verilog-HDL, totally struct the organization according to the COA,
Eight-cpu-design
- 单元电路的设计和元器件的选择 运算部件的设计 寄存器组的设计 指令寄存器的设计 程序计数器电路的设计 地址寄存器电路的设计 数据寄存器的设计 时序系统的设计 程序存储器的设计 输出寄存器的设计 微指令译码器的设计 微程序控制电路的设计 系统电路总图及原理 -Microinstruction translation of the design of the output re
cpu
- 这是本人的课程设计。采用微程序控制的CPU,能够从RAM中读取指令,并执行。包含MBR,MAR,IR,BR,ALU,PC等功能部件,能实现加减乘法,逻辑左右移位,逻辑与或非,在此基础上还可以拓展。希望能帮助你们。-This is my curriculum design. Micro-program control CPU can read instructions from the RAM and executed. Contains the MBR, MAR, IR, BR, ALU, PC
control
- 微程序控制器的VerilogHDL代码,24位微指令,一般用于CISC控制器的设计-Micro-program controller designed VerilogHDL code, 24 microinstruction, generally used for CISC controllers
ccsuemupc条件跳转(1)
- 设计一个模型机,具体设计要求如下: (1)设计指令系统,要求有取数指令、加法指令、跳转指令、停机指令等 (2)设计指令格式、微指令格式 、微程序 、时序电路 、数据通路,完成cpu的设计。 (3)利用模块化设计,分别设计存储器模块、运算器模块、时序电路模块、微程序控制器模块、显示模块等,最后进行系统的顶层设计,完成复杂模型机的设计与实现测试 (4)根据任务,完成主程序的设计,同时把主程序翻译成目标代码,写入主存,仿真下载测试。(Design a model machine, th