- fixed do file for post synthesis simulation git-svn-id: http://moon:8086/svn/vhdl/trunk@1083 cc03376c-175c-47c8-b038-4cd826a8556b
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
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"
|
|
|
|
# FIFOS
|
|
vcom -explicit -93 "../../../FIFO/src/fifo_ctrl_pkg.vhd"
|
|
vcom -explicit -93 "../../../FIFO/src/gray_counter.vhd"
|
|
vcom -explicit -93 "../../../FIFO/src/fifo_sync_ctrl.vhd"
|
|
vcom -explicit -93 "../../../FIFO/src/fifo_sync.vhd"
|
|
vcom -explicit -93 "../../../FIFO/src/fifo_async_ctrl.vhd"
|
|
vcom -explicit -93 "../../../FIFO/src/fifo_async.vhd"
|
|
|
|
# UART
|
|
vcom -explicit -93 "../../../uart/uart_rx_sim.vhd"
|
|
vcom -explicit -93 "../../../uart/uart_tx_sim.vhd"
|
|
vcom -explicit -93 "../../../uart/uart_wb.vhd"
|
|
|
|
# GPIO
|
|
vcom -explicit -93 "../../../misc/gpio_wb.vhd"
|
|
|
|
# Async port
|
|
vcom -explicit -93 "../../../misc/async_types.vhd"
|
|
vcom -explicit -93 "../../../misc/async_port_wb.vhd"
|
|
vcom -explicit -93 "../src/async_defs.vhd"
|
|
|
|
# ROM
|
|
vcom -explicit -93 "../src/bootloader.ROM.vhd"
|
|
vcom -explicit -93 "../../../misc/rom_wb.vhd"
|
|
|
|
# MIPS
|
|
|
|
vcom -explicit -93 "../syn/ise101/netgen/synthesis/mips_top_synthesis.vhd"
|
|
vcom -explicit -93 "../src/mips_top_syn.vhd"
|
|
|
|
vcom -explicit -93 "../src/tb_mips_top.vhd"
|
|
vsim -t 1ps -lib work tb_mips_top
|
|
do {tb_mips_top_syn.wdo}
|
|
view wave
|
|
view structure
|
|
view signals
|
|
run 1500us
|