资源列表
[VHDL编程] 8bit Cpu designing
说明:CPU具有的功能:能完成一些简单的指令 MOV AX,ADDRESS4 --将address4中的内容赋给AX寄存器(在8086/8088汇编语言中称这种寻址方式为直接寻址方式) ADD AX,ADDRESS4 -- 将address4中的内容加到AX寄存器中 SUB AX,ADDRESS4 -- 用address4中的内容减去AX寄存器中的内容 OUT -- 输出AX寄存器中的内容 HLT<kinglord2006@sina.com> 在 2011-11-26 上传 | 大小:101kb | 下载:0
[VHDL编程] NO_2_ColorLight
说明:这个是vhdl的彩灯实例程序,里面涵盖了48种的彩灯变化,通过了maxplus的验证,并且在机上实验通过-this is the Lantern example VHDL procedures inside covers 48 species of Carnival changes adopted maxplus certification, and the plane through experiments<何蓥> 在 2025-06-09 上传 | 大小:101kb | 下载:0
[VHDL编程] zishiyingfenpin
说明:我的学习经验,一种自适应分频及分频方法的实现,很好用的哦-my learning experience, an adaptive frequency-frequency method and the realization of the good, oh<孔标> 在 2025-06-09 上传 | 大小:101kb | 下载:0
[VHDL编程] multiplier
说明:该乘法器是由8位加法器构成的以时序方式设计的8位乘法器。 其乘法原理是:乘法通过逐项移位相加原理来实现,从被乘数的最低位开始,若为1,则乘数左移后与上一次的和相加;若为0,左移后以全零相加,直至被乘数的最高位。-The multiplier is 8-bit adder consisting of time-series design to the 8-bit multiplier. The multiplication principle is: the sum of multiplica<lsp> 在 2025-06-09 上传 | 大小:101kb | 下载:0
[VHDL编程] DES算法的verilog实现
说明:用verilog实现的DES算法。模块划分详细。可以用modelsim验证。<cjc87267137> 在 2013-07-03 上传 | 大小:100.64kb | 下载:0