git-svn-id: http://moon:8086/svn/vhdl/trunk@1089 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-05-15 19:22:24 +00:00
parent 833c2cfd5d
commit bbd2673d42
2 changed files with 101 additions and 105 deletions
+1 -1
View File
@@ -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
+100 -104
View File
@@ -1,104 +1,100 @@
onerror {resume} onerror {resume}
quietly WaveActivateNextPane {} 0 quietly WaveActivateNextPane {} 0
add wave -noupdate -divider {TOP interface} add wave -noupdate -divider {TOP interface}
add wave -noupdate -format Logic /tb_mips_top/nmi add wave -noupdate -format Logic /tb_mips_top/nmi
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 /tb_mips_top/debug add wave -noupdate -format Literal /tb_mips_top/debug
add wave -noupdate -format Logic /tb_mips_top/stb_o add wave -noupdate -format Logic /tb_mips_top/stb_o
add wave -noupdate -format Logic /tb_mips_top/ack_i add wave -noupdate -format Logic /tb_mips_top/ack_i
add wave -noupdate -format Logic /tb_mips_top/srdy_i add wave -noupdate -format Logic /tb_mips_top/srdy_i
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/addr_o add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/addr_o
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/dat_i add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/dat_i
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/dat_o add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/dat_o
add wave -noupdate -format Logic /tb_mips_top/we_o add wave -noupdate -format Logic /tb_mips_top/we_o
add wave -noupdate -format Literal /tb_mips_top/sel_o add wave -noupdate -format Literal /tb_mips_top/sel_o
add wave -noupdate -format Logic /tb_mips_top/cyc_o add wave -noupdate -format Logic /tb_mips_top/cyc_o
add wave -noupdate -format Logic /tb_mips_top/mrdy_o add wave -noupdate -format Logic /tb_mips_top/mrdy_o
add wave -noupdate -format Literal /tb_mips_top/int 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 Logic /tb_mips_top/inst_uart/tx_complete
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/gpo1 add wave -noupdate -format Logic /tb_mips_top/inst_uart/tx_empty
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/gpi0 add wave -noupdate -format Literal /tb_mips_top/inst_uart/uart_status_port
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/gpi1 add wave -noupdate -format Logic /tb_mips_top/rx
add wave -noupdate -format Logic /tb_mips_top/inst_uart/tx_complete add wave -noupdate -format Logic /tb_mips_top/tx
add wave -noupdate -format Logic /tb_mips_top/inst_uart/tx_empty add wave -noupdate -format Literal /tb_mips_top/gpi_0
add wave -noupdate -format Literal /tb_mips_top/inst_uart/uart_status_port add wave -noupdate -format Literal /tb_mips_top/gpo_0
add wave -noupdate -format Logic /tb_mips_top/rx add wave -noupdate -divider {Interrupt Timer}
add wave -noupdate -format Logic /tb_mips_top/tx add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/inst_gpio/timer_cnt
add wave -noupdate -divider {Interrupt Timer} 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_cnt add wave -noupdate -format Literal /tb_mips_top/inst_gpio/timer_en
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/inst_gpio/timer_cmp add wave -noupdate -format Literal /tb_mips_top/inst_gpio/timer_inten
add wave -noupdate -format Literal /tb_mips_top/inst_gpio/timer_en add wave -noupdate -format Literal /tb_mips_top/inst_gpio/timer_irq
add wave -noupdate -format Literal /tb_mips_top/inst_gpio/timer_inten add wave -noupdate -format Literal /tb_mips_top/inst_gpio/timer_ovl
add wave -noupdate -format Literal /tb_mips_top/inst_gpio/timer_irq add wave -noupdate -format Literal /tb_mips_top/inst_gpio/timer_irq_ack
add wave -noupdate -format Literal /tb_mips_top/inst_gpio/timer_ovl add wave -noupdate -format Literal /tb_mips_top/inst_gpio/timer_cmp_we
add wave -noupdate -format Literal /tb_mips_top/inst_gpio/timer_irq_ack add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/inst_gpio/reg_data_wr
add wave -noupdate -format Literal /tb_mips_top/inst_gpio/timer_cmp_we add wave -noupdate -format Logic /tb_mips_top/clk
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/inst_gpio/reg_data_wr add wave -noupdate -format Logic /tb_mips_top/clk
add wave -noupdate -format Logic /tb_mips_top/clk add wave -noupdate -format Literal /tb_mips_top/mem_area
add wave -noupdate -format Logic /tb_mips_top/clk add wave -noupdate -format Literal /tb_mips_top/inst_flash_port/s
add wave -noupdate -format Literal /tb_mips_top/mem_area add wave -noupdate -format Logic /tb_mips_top/inst_flash_port/ack
add wave -noupdate -format Literal /tb_mips_top/inst_flash_port/s add wave -noupdate -format Logic /tb_mips_top/stb_o
add wave -noupdate -format Logic /tb_mips_top/inst_flash_port/ack add wave -noupdate -format Logic /tb_mips_top/srdy_i
add wave -noupdate -format Logic /tb_mips_top/stb_o add wave -noupdate -format Logic /tb_mips_top/we_o
add wave -noupdate -format Logic /tb_mips_top/srdy_i add wave -noupdate -format Logic /tb_mips_top/inst_flash_port/we_i_r
add wave -noupdate -format Logic /tb_mips_top/we_o add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/addr_o
add wave -noupdate -format Logic /tb_mips_top/inst_flash_port/we_i_r add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/inst_flash_port/addr_i_r
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/addr_o add wave -noupdate -format Logic /tb_mips_top/inst_flash_port/page_mode_en
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/inst_flash_port/addr_i_r add wave -noupdate -format Logic /tb_mips_top/inst_flash_port/rdy
add wave -noupdate -format Logic /tb_mips_top/inst_flash_port/page_mode_en add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/flash_a
add wave -noupdate -format Logic /tb_mips_top/inst_flash_port/rdy add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/flash_d
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/flash_a add wave -noupdate -format Logic /tb_mips_top/ack_i
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/flash_d add wave -noupdate -format Logic /tb_mips_top/flash_cs_n
add wave -noupdate -format Logic /tb_mips_top/ack_i add wave -noupdate -format Logic /tb_mips_top/flash_we_n
add wave -noupdate -format Logic /tb_mips_top/flash_cs_n add wave -noupdate -format Logic /tb_mips_top/flash_oe_n
add wave -noupdate -format Logic /tb_mips_top/flash_we_n add wave -noupdate -format Literal /tb_mips_top/flash_be_n
add wave -noupdate -format Logic /tb_mips_top/flash_oe_n add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/sram_a
add wave -noupdate -format Literal /tb_mips_top/flash_be_n add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/sram_d
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/sram_a add wave -noupdate -format Logic /tb_mips_top/ack_i
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/sram_d add wave -noupdate -format Logic /tb_mips_top/sram_cs_n
add wave -noupdate -format Logic /tb_mips_top/ack_i add wave -noupdate -format Literal /tb_mips_top/sram_wr_n
add wave -noupdate -format Logic /tb_mips_top/sram_cs_n add wave -noupdate -format Logic /tb_mips_top/sram_oe_n
add wave -noupdate -format Literal /tb_mips_top/sram_wr_n add wave -noupdate -format Literal /tb_mips_top/sram_be_n
add wave -noupdate -format Logic /tb_mips_top/sram_oe_n add wave -noupdate -format Logic /tb_mips_top/inst_sram_port/page_mode_en_r
add wave -noupdate -format Literal /tb_mips_top/sram_be_n add wave -noupdate -format Logic /tb_mips_top/inst_sram_port/do_page_read
add wave -noupdate -format Logic /tb_mips_top/inst_sram_port/page_mode_en_r add wave -noupdate -format Logic /tb_mips_top/inst_sram_port/rdy
add wave -noupdate -format Logic /tb_mips_top/inst_sram_port/do_page_read add wave -noupdate -format Literal /tb_mips_top/inst_sram_port/s
add wave -noupdate -format Logic /tb_mips_top/inst_sram_port/rdy add wave -noupdate -divider ALU
add wave -noupdate -format Literal /tb_mips_top/inst_sram_port/s add wave -noupdate -format Logic /tb_mips_top/clk
add wave -noupdate -divider ALU add wave -noupdate -divider PC
add wave -noupdate -format Logic /tb_mips_top/clk add wave -noupdate -format Logic /tb_mips_top/clk
add wave -noupdate -divider PC add wave -noupdate -divider COP0
add wave -noupdate -format Logic /tb_mips_top/clk add wave -noupdate -divider Pipestages
add wave -noupdate -divider COP0 add wave -noupdate -format Logic /tb_mips_top/clk
add wave -noupdate -divider Pipestages add wave -noupdate -format Logic /tb_mips_top/clk
add wave -noupdate -format Logic /tb_mips_top/clk add wave -noupdate -format Logic /tb_mips_top/clk
add wave -noupdate -format Logic /tb_mips_top/clk add wave -noupdate -format Logic /tb_mips_top/clk
add wave -noupdate -format Logic /tb_mips_top/clk add wave -noupdate -divider I-Cache
add wave -noupdate -format Logic /tb_mips_top/clk add wave -noupdate -format Logic /tb_mips_top/clk
add wave -noupdate -divider I-Cache add wave -noupdate -divider D-Cache
add wave -noupdate -format Logic /tb_mips_top/clk add wave -noupdate -format Logic /tb_mips_top/rst
add wave -noupdate -divider D-Cache add wave -noupdate -format Logic /tb_mips_top/clk
add wave -noupdate -format Logic /tb_mips_top/rst TreeUpdate [SetDefaultTree]
add wave -noupdate -format Logic /tb_mips_top/clk WaveRestoreCursors {Cursor {76305622 ps} 0}
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/gpo0 configure wave -namecolwidth 188
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/gpo1 configure wave -valuecolwidth 100
TreeUpdate [SetDefaultTree] configure wave -justifyvalue left
WaveRestoreCursors {Cursor {521186431 ps} 0} configure wave -signalnamewidth 1
configure wave -namecolwidth 188 configure wave -snapdistance 10
configure wave -valuecolwidth 100 configure wave -datasetprefix 0
configure wave -justifyvalue left configure wave -rowmargin 4
configure wave -signalnamewidth 1 configure wave -childrowmargin 2
configure wave -snapdistance 10 configure wave -gridoffset 0
configure wave -datasetprefix 0 configure wave -gridperiod 100
configure wave -rowmargin 4 configure wave -griddelta 40
configure wave -childrowmargin 2 configure wave -timeline 1
configure wave -gridoffset 0 update
configure wave -gridperiod 100 WaveRestoreZoom {530634488 ps} {1551019238 ps}
configure wave -griddelta 40
configure wave -timeline 1
update
WaveRestoreZoom {168108075 ps} {1570099575 ps}