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/branches/BRANCH_MIPS_TLB@1013 cc03376c-175c-47c8-b038-4cd826a8556b
25 lines
553 B
Plaintext
25 lines
553 B
Plaintext
## NOTE: Do not edit this file.
|
|
##
|
|
vlib work
|
|
|
|
# RAMS
|
|
vcom -explicit -93 "../../../rams/dpram_2w2r2c_ra_sim.vhd"
|
|
vcom -explicit -93 "../../../rams/dpram_1w1r2c_ra_sim.vhd"
|
|
vcom -explicit -93 "../../../rams/dpram_2w2r2c_ro_sim.vhd"
|
|
vcom -explicit -93 "../../../rams/dpram_1w1r2c_ro_sim.vhd"
|
|
|
|
|
|
# FIFOS
|
|
|
|
# MIPS
|
|
vcom -explicit -93 "../src/core/mips_types.vhd"
|
|
vcom -explicit -93 "../src/core/mips_cam.vhd"
|
|
|
|
vcom -explicit -93 "../src/tb_mips_cam.vhd"
|
|
vsim -t 1ps -lib work tb_cam
|
|
do {tb_mips_cam.wdo}
|
|
view wave
|
|
view structure
|
|
view signals
|
|
run 80us
|