update
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/trunk@525 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -23,6 +23,10 @@ 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/gpo1
|
||||||
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/gpi0
|
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 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_empty
|
||||||
|
add wave -noupdate -format Logic /tb_mips_top/inst_uart/tx_busy
|
||||||
|
add wave -noupdate -format Literal /tb_mips_top/inst_uart/uart_status_port
|
||||||
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
|
||||||
@@ -175,7 +179,7 @@ add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/uut/inst_biu/
|
|||||||
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/uut/inst_biu/inst_dcache/cpu_cache_index
|
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/uut/inst_biu/inst_dcache/cpu_cache_index
|
||||||
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/uut/inst_biu/inst_dcache/cpu_word_index
|
add wave -noupdate -format Literal -radix hexadecimal /tb_mips_top/uut/inst_biu/inst_dcache/cpu_word_index
|
||||||
TreeUpdate [SetDefaultTree]
|
TreeUpdate [SetDefaultTree]
|
||||||
WaveRestoreCursors {{Cursor 1} {2500150000 ps} 0}
|
WaveRestoreCursors {{Cursor 1} {3998985921 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
|
||||||
@@ -189,4 +193,4 @@ configure wave -gridperiod 100
|
|||||||
configure wave -griddelta 40
|
configure wave -griddelta 40
|
||||||
configure wave -timeline 1
|
configure wave -timeline 1
|
||||||
update
|
update
|
||||||
WaveRestoreZoom {2499964052 ps} {2500619743 ps}
|
WaveRestoreZoom {3998701179 ps} {4000068359 ps}
|
||||||
|
|||||||
+1452
-1452
File diff suppressed because it is too large
Load Diff
@@ -388,7 +388,7 @@ SRAM_WRITE:
|
|||||||
FLASH_READ:
|
FLASH_READ:
|
||||||
process(rst, flash_cs_n, flash_oe_n, flash_a)
|
process(rst, flash_cs_n, flash_oe_n, flash_a)
|
||||||
type file_t is file of integer;
|
type file_t is file of integer;
|
||||||
file load_flash : file_t open read_mode is "rmd160_test.flash.bin";
|
file load_flash : file_t open read_mode is "lwl.flash.bin";
|
||||||
variable instr : integer;
|
variable instr : integer;
|
||||||
variable index : natural;
|
variable index : natural;
|
||||||
variable temp : signed(31 downto 0);
|
variable temp : signed(31 downto 0);
|
||||||
@@ -432,7 +432,7 @@ STIMULUS: process
|
|||||||
wait for 3*CLK_PERIOD;
|
wait for 3*CLK_PERIOD;
|
||||||
wait until rising_edge(clk);
|
wait until rising_edge(clk);
|
||||||
rst <= '0';
|
rst <= '0';
|
||||||
wait for 250000*CLK_PERIOD;
|
wait for 778254*CLK_PERIOD;
|
||||||
wait until rising_edge(clk);
|
wait until rising_edge(clk);
|
||||||
nmi <= '1';
|
nmi <= '1';
|
||||||
wait for 3000*CLK_PERIOD;
|
wait for 3000*CLK_PERIOD;
|
||||||
|
|||||||
Reference in New Issue
Block a user