Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@558 cc03376c-175c-47c8-b038-4cd826a8556b
23 lines
742 B
Plaintext
23 lines
742 B
Plaintext
## NOTE: Do not edit this file.
|
|
##
|
|
vlib work
|
|
vcom -explicit -93 "../../../PCK_FIO-1.16/PCK_FIO.vhd"
|
|
vcom -explicit -93 "../src/core/cpu_pkg.vhd"
|
|
vcom -explicit -93 "../src/core/stack_ctrl.vhd"
|
|
vcom -explicit -93 "../src/core/reg_dual.vhd"
|
|
vcom -explicit -93 "../src/core/chipram.vhd"
|
|
vcom -explicit -93 "../src/core/chipreg.vhd"
|
|
vcom -explicit -93 "../src/core/pc.vhd"
|
|
vcom -explicit -93 "../src/core/dpath_ctrl.vhd"
|
|
vcom -explicit -93 "../src/core/int_ctrl.vhd"
|
|
vcom -explicit -93 "../src/core/alu.vhd"
|
|
vcom -explicit -93 "../src/core/cpu.vhd"
|
|
vcom -explicit -93 "../src/itest_irom.vhdl"
|
|
vcom -explicit -93 "../src/tb_cpu_itest.vhd"
|
|
vsim -t 1ps -lib work tb_cpu
|
|
do {tb_cpu.wdo}
|
|
view wave
|
|
view structure
|
|
view signals
|
|
run 50us
|