使用CPLD仿真一个80383的CPU

源代码在线查看: test.bat

软件大小: 231 K
上传用户: villyc
关键词: 80383 CPLD CPU 仿真
下载地址: 免注册下载 普通下载 VIP

相关代码

				nasmw -otest.bin test.asm 
				ndisasmw test.bin >test.lst
				
				IF exist test.bin goto hex:
				echo shit
				exit
				
				:hex
				echo OK
				bin2hex test.bin >prom.mem.v
				
				
				set path=c:\iverilog\bin
				
				@rem iverilog -o80386_tb disasm_debug.v
				
				@iverilog -yc:\iverilog\rom\ -o80386_tb disasm_debug.v
				vvp 80386_tb >result.txt
				pause			

相关资源