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@605 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -4,13 +4,15 @@ add wave -noupdate -format Logic /tb_vga_frontend64/clk_o
|
||||
add wave -noupdate -format Logic /tb_vga_frontend64/rst_o
|
||||
add wave -noupdate -divider Master
|
||||
add wave -noupdate -format Logic /tb_vga_frontend64/cyc_o
|
||||
add wave -noupdate -format Logic /tb_vga_frontend64/srdy_i
|
||||
add wave -noupdate -format Logic /tb_vga_frontend64/stb_o
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_vga_frontend64/sdat_o
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_vga_frontend64/addr_o
|
||||
add wave -noupdate -format Literal /tb_vga_frontend64/sel_o
|
||||
add wave -noupdate -format Logic /tb_vga_frontend64/we_o
|
||||
add wave -noupdate -format Logic /tb_vga_frontend64/ack_i
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_vga_frontend64/sdat_i
|
||||
add wave -noupdate -format Logic /tb_vga_frontend64/mrdy_o
|
||||
add wave -noupdate -format Logic /tb_vga_frontend64/srdy_i
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_vga_frontend64/mdat_i
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_vga_frontend64/mdat_o
|
||||
add wave -noupdate -divider Slave
|
||||
@@ -22,9 +24,8 @@ add wave -noupdate -format Logic /tb_vga_frontend64/we_i
|
||||
add wave -noupdate -format Logic /tb_vga_frontend64/ack_o
|
||||
add wave -noupdate -format Logic /tb_vga_frontend64/mrdy_i
|
||||
add wave -noupdate -format Logic /tb_vga_frontend64/srdy_o
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_vga_frontend64/sdat_i
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_vga_frontend64/sdat_o
|
||||
add wave -noupdate -divider VGA
|
||||
add wave -noupdate -format Logic /tb_vga_frontend64/inst_vga_frontend64/cg_rdy
|
||||
add wave -noupdate -format Logic /tb_vga_frontend64/vga_clk
|
||||
add wave -noupdate -format Logic /tb_vga_frontend64/vga_blank_n
|
||||
add wave -noupdate -format Logic /tb_vga_frontend64/vga_sync_n
|
||||
@@ -53,7 +54,7 @@ add wave -noupdate -format Logic /tb_vga_frontend64/inst_vga_frontend64/cg_en
|
||||
add wave -noupdate -format Logic /tb_vga_frontend64/inst_vga_frontend64/inst_vga_backend/hready
|
||||
add wave -noupdate -format Logic /tb_vga_frontend64/inst_vga_frontend64/inst_vga_backend/vready
|
||||
TreeUpdate [SetDefaultTree]
|
||||
WaveRestoreCursors {{Cursor 1} {17429621201 ps} 0}
|
||||
WaveRestoreCursors {{Cursor 1} {711949 ps} 0}
|
||||
configure wave -namecolwidth 150
|
||||
configure wave -valuecolwidth 100
|
||||
configure wave -justifyvalue left
|
||||
@@ -67,4 +68,4 @@ configure wave -gridperiod 1
|
||||
configure wave -griddelta 40
|
||||
configure wave -timeline 0
|
||||
update
|
||||
WaveRestoreZoom {16526485550 ps} {20182816550 ps}
|
||||
WaveRestoreZoom {657535 ps} {817376 ps}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
2009-11-04
|
||||
- char_gen.vhdl: add csr_posx_out, csr_posy_out to port. Make it register readable
|
||||
- char_gen.vhdl: add csr_posx_out, csr_posy_out to port. Make it register readable (done 2009-11-04)
|
||||
- several async. resets recognized. Sync. resets better?
|
||||
- Make screen width, screen height and FPS register readable (done 2009-11-04)
|
||||
|
||||
Reference in New Issue
Block a user