- updated
git-svn-id: http://moon:8086/svn/vhdl/trunk@1240 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -18,8 +18,8 @@ vcom -explicit -93 "../../../FIFO/src/fifo_async_ctrl.vhd"
|
|||||||
vcom -explicit -93 "../../../FIFO/src/fifo_async.vhd"
|
vcom -explicit -93 "../../../FIFO/src/fifo_async.vhd"
|
||||||
|
|
||||||
# UART
|
# UART
|
||||||
vcom -explicit -93 "../../../uart/uart_rx_sim.vhd"
|
vcom -explicit -93 "../../../uart/uart_types.vhd"
|
||||||
vcom -explicit -93 "../../../uart/uart_tx_sim.vhd"
|
vcom -explicit -93 "../../../uart/uart_sim.vhd"
|
||||||
vcom -explicit -93 "../../../uart/uart_wb.vhd"
|
vcom -explicit -93 "../../../uart/uart_wb.vhd"
|
||||||
|
|
||||||
# GPIO
|
# GPIO
|
||||||
@@ -31,7 +31,8 @@ vcom -explicit -93 "../../../misc/async_port_wb.vhd"
|
|||||||
vcom -explicit -93 "../src/async_defs.vhd"
|
vcom -explicit -93 "../src/async_defs.vhd"
|
||||||
|
|
||||||
# ROM
|
# ROM
|
||||||
vcom -explicit -93 "Z:/work/repos/mips/src/bootloader/bootloader_flash.ROM.vhd"
|
vcom -explicit -93 "Z:/work/repos/mips/src/bootloader/test.ROM.vhd"
|
||||||
|
#vcom -explicit -93 "Z:/work/repos/mips/src/bootloader/bootloader_flash.ROM.vhd"
|
||||||
#vcom -explicit -93 "../src/bootloader_flash.ROM.vhd"
|
#vcom -explicit -93 "../src/bootloader_flash.ROM.vhd"
|
||||||
vcom -explicit -93 "../../../misc/rom_wb.vhd"
|
vcom -explicit -93 "../../../misc/rom_wb.vhd"
|
||||||
|
|
||||||
|
|||||||
@@ -66,9 +66,9 @@ add wave -noupdate -divider {External components}
|
|||||||
add wave -noupdate -format Logic /tb_mips_top/clk
|
add wave -noupdate -format Logic /tb_mips_top/clk
|
||||||
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/gpi_0
|
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/gpi_0
|
||||||
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/gpo_0
|
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/gpo_0
|
||||||
add wave -noupdate -format Logic /tb_mips_top/inst_uart/tx_complete
|
|
||||||
add wave -noupdate -format Logic /tb_mips_top/inst_uart/tx_empty
|
|
||||||
add wave -noupdate -format Literal /tb_mips_top/inst_uart/uart_status_port
|
add wave -noupdate -format Literal /tb_mips_top/inst_uart/uart_status_port
|
||||||
|
add wave -noupdate -format Literal /tb_mips_top/inst_uart/ctrl
|
||||||
|
add wave -noupdate -format Literal /tb_mips_top/inst_uart/status
|
||||||
add wave -noupdate -format Logic /tb_mips_top/rx
|
add wave -noupdate -format Logic /tb_mips_top/rx
|
||||||
add wave -noupdate -format Logic /tb_mips_top/tx
|
add wave -noupdate -format Logic /tb_mips_top/tx
|
||||||
add wave -noupdate -divider {Interrupt Timer}
|
add wave -noupdate -divider {Interrupt Timer}
|
||||||
@@ -206,7 +206,7 @@ add wave -noupdate -format Logic /tb_mips_top/uut/inst_biu/inst_dcache/cpu_we_re
|
|||||||
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/uut/inst_biu/inst_dcache/tag_ram_din
|
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/uut/inst_biu/inst_dcache/tag_ram_din
|
||||||
add wave -noupdate -format Logic /tb_mips_top/uut/inst_biu/inst_dcache/tag_ram_we
|
add wave -noupdate -format Logic /tb_mips_top/uut/inst_biu/inst_dcache/tag_ram_we
|
||||||
TreeUpdate [SetDefaultTree]
|
TreeUpdate [SetDefaultTree]
|
||||||
WaveRestoreCursors {Cursor {5877623 ps} 0}
|
WaveRestoreCursors {Cursor {37961609 ps} 0}
|
||||||
configure wave -namecolwidth 188
|
configure wave -namecolwidth 188
|
||||||
configure wave -valuecolwidth 154
|
configure wave -valuecolwidth 154
|
||||||
configure wave -justifyvalue left
|
configure wave -justifyvalue left
|
||||||
@@ -220,4 +220,4 @@ configure wave -gridperiod 100
|
|||||||
configure wave -griddelta 40
|
configure wave -griddelta 40
|
||||||
configure wave -timeline 1
|
configure wave -timeline 1
|
||||||
update
|
update
|
||||||
WaveRestoreZoom {5846736 ps} {5910641 ps}
|
WaveRestoreZoom {0 ps} {347981413 ps}
|
||||||
|
|||||||
Reference in New Issue
Block a user