17 lines
481 B
Plaintext
17 lines
481 B
Plaintext
## NOTE: Do not edit this file.
|
|
##
|
|
vlib work
|
|
vcom -explicit -93 "../syn/ise9/netgen/synthesis/mips_top_synthesis.vhd"
|
|
vcom -explicit -93 "../../../PCK_FIO-1.16/PCK_FIO.vhd"
|
|
vcom -explicit -93 "../src/core/mips_types.vhd"
|
|
vcom -explicit -93 "../src/core/mips_instr.vhd"
|
|
vcom -explicit -93 "../src/irom_hello.vhd"
|
|
vcom -explicit -93 "../src/tb_mips_top.vhd"
|
|
vsim -t 1ps -lib work tb_mips_top
|
|
#do {tb_mips_top.wdo}
|
|
view wave
|
|
add wave *
|
|
view structure
|
|
view signals
|
|
run 2400ns
|