- fixed
git-svn-id: http://moon:8086/svn/vhdl/trunk@1089 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -28,7 +28,7 @@ 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 "../src/bootloader.ROM.vhd"
|
vcom -explicit -93 "../src/bootloader_flash.ROM.vhd"
|
||||||
vcom -explicit -93 "../../../misc/rom_wb.vhd"
|
vcom -explicit -93 "../../../misc/rom_wb.vhd"
|
||||||
|
|
||||||
# MIPS
|
# MIPS
|
||||||
|
|||||||
@@ -19,15 +19,13 @@ add wave -noupdate -format Literal /tb_mips_top/int
|
|||||||
add wave -noupdate -divider BIU
|
add wave -noupdate -divider BIU
|
||||||
add wave -noupdate -divider {External components}
|
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/gpo0
|
|
||||||
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/gpo1
|
|
||||||
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/gpi0
|
|
||||||
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/gpi1
|
|
||||||
add wave -noupdate -format Logic /tb_mips_top/inst_uart/tx_complete
|
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 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 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 -format Literal /tb_mips_top/gpi_0
|
||||||
|
add wave -noupdate -format Literal /tb_mips_top/gpo_0
|
||||||
add wave -noupdate -divider {Interrupt Timer}
|
add wave -noupdate -divider {Interrupt Timer}
|
||||||
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/inst_gpio/timer_cnt
|
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/inst_gpio/timer_cnt
|
||||||
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/inst_gpio/timer_cmp
|
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/inst_gpio/timer_cmp
|
||||||
@@ -84,10 +82,8 @@ add wave -noupdate -format Logic /tb_mips_top/clk
|
|||||||
add wave -noupdate -divider D-Cache
|
add wave -noupdate -divider D-Cache
|
||||||
add wave -noupdate -format Logic /tb_mips_top/rst
|
add wave -noupdate -format Logic /tb_mips_top/rst
|
||||||
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/gpo0
|
|
||||||
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/gpo1
|
|
||||||
TreeUpdate [SetDefaultTree]
|
TreeUpdate [SetDefaultTree]
|
||||||
WaveRestoreCursors {Cursor {521186431 ps} 0}
|
WaveRestoreCursors {Cursor {76305622 ps} 0}
|
||||||
configure wave -namecolwidth 188
|
configure wave -namecolwidth 188
|
||||||
configure wave -valuecolwidth 100
|
configure wave -valuecolwidth 100
|
||||||
configure wave -justifyvalue left
|
configure wave -justifyvalue left
|
||||||
@@ -101,4 +97,4 @@ configure wave -gridperiod 100
|
|||||||
configure wave -griddelta 40
|
configure wave -griddelta 40
|
||||||
configure wave -timeline 1
|
configure wave -timeline 1
|
||||||
update
|
update
|
||||||
WaveRestoreZoom {168108075 ps} {1570099575 ps}
|
WaveRestoreZoom {530634488 ps} {1551019238 ps}
|
||||||
|
|||||||
Reference in New Issue
Block a user