搜索资源列表
c4gx_f896_host_ddr2a_odt
- ALTERA PCIE FPGA开发板(EP4C平台)DDR2内存测试代码-ALTERA PCIE FPGA development board (EP4C platform) DDR2 memory test code
ddr2_controller
- DDR2控制器设计原码,可以在FPGA上测试通过,并对外部的ddr memory进行读写访问.-DDR2 controller design of the original code, can be tested through the FPGA, and external ddr memory read and write access.
s_bsp
- ep2c8上跑起来的nios,外部静态sram存储器,简单测试代码-ep2c8 on the run up nios, external static sram memory, a simple test code
General-memory-VHDL-code-library
- 通用存储器VHDL代码库。fifo,ram寄存器的代码和测试模块。-General-purpose memory VHDL code base. fifo, ram register code and test modules.
cpu
- 8位实验CPU设计利用设计好的指令系统,编写汇编代码,以便测试所有设计的指令及指令涉及的相关功能。设计好测试用的汇编代码后,然后利用Quartus II软件附带的DebugController,编写汇编编译规则。接着,利用DebugController软件把汇编编译之后的二进制代码置入到所采用的存储器中,并对设计好的8位CPU进行测试。-Eight experiments designed CPU design using the instruction set, write assembly
8086的基础实验代码
- 8086的基础实验代码,内容为8255的应用和存储器的应用。包含和电路图,实验代码,实验要求文件-8086 on the basis of experimental code, content and applications for the 8255 application memory. Include and schematics, experimental code, test requirements document
ccsuemupc条件跳转(1)
- 设计一个模型机,具体设计要求如下: (1)设计指令系统,要求有取数指令、加法指令、跳转指令、停机指令等 (2)设计指令格式、微指令格式 、微程序 、时序电路 、数据通路,完成cpu的设计。 (3)利用模块化设计,分别设计存储器模块、运算器模块、时序电路模块、微程序控制器模块、显示模块等,最后进行系统的顶层设计,完成复杂模型机的设计与实现测试 (4)根据任务,完成主程序的设计,同时把主程序翻译成目标代码,写入主存,仿真下载测试。(Design a model machine, th