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@649 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -39,10 +39,11 @@ add wave -noupdate -format Literal /tb_vga_frontend64/inst_vga_frontend64/s
|
|||||||
add wave -noupdate -format Literal /tb_vga_frontend64/inst_vga_frontend64/request_cnt
|
add wave -noupdate -format Literal /tb_vga_frontend64/inst_vga_frontend64/request_cnt
|
||||||
add wave -noupdate -format Literal /tb_vga_frontend64/inst_vga_frontend64/read_cnt
|
add wave -noupdate -format Literal /tb_vga_frontend64/inst_vga_frontend64/read_cnt
|
||||||
add wave -noupdate -format Logic /tb_vga_frontend64/inst_vga_frontend64/vga_master_en
|
add wave -noupdate -format Logic /tb_vga_frontend64/inst_vga_frontend64/vga_master_en
|
||||||
add wave -noupdate -format Literal -radix hexadecimal /tb_vga_frontend64/inst_vga_frontend64/vga_mem_off_last
|
add wave -noupdate -format Literal -radix hexadecimal /tb_vga_frontend64/inst_vga_frontend64/vga_fb_back
|
||||||
add wave -noupdate -format Literal -radix hexadecimal /tb_vga_frontend64/inst_vga_frontend64/vga_mem_off_curr
|
add wave -noupdate -format Literal -radix hexadecimal /tb_vga_frontend64/inst_vga_frontend64/vga_fb_front
|
||||||
add wave -noupdate -format Literal -radix hexadecimal /tb_vga_frontend64/inst_vga_frontend64/vga_mem_off_0
|
add wave -noupdate -format Literal -radix hexadecimal /tb_vga_frontend64/inst_vga_frontend64/host_fb_front
|
||||||
add wave -noupdate -format Literal -radix hexadecimal /tb_vga_frontend64/inst_vga_frontend64/vga_mem_off_1
|
add wave -noupdate -format Literal -radix hexadecimal /tb_vga_frontend64/inst_vga_frontend64/host_fb_back
|
||||||
|
add wave -noupdate -format Logic /tb_vga_frontend64/inst_vga_frontend64/host_fb_back_we
|
||||||
add wave -noupdate -divider FIFO
|
add wave -noupdate -divider FIFO
|
||||||
add wave -noupdate -format Logic /tb_vga_frontend64/inst_vga_frontend64/fifo_full
|
add wave -noupdate -format Logic /tb_vga_frontend64/inst_vga_frontend64/fifo_full
|
||||||
add wave -noupdate -format Logic /tb_vga_frontend64/inst_vga_frontend64/fifo_empty
|
add wave -noupdate -format Logic /tb_vga_frontend64/inst_vga_frontend64/fifo_empty
|
||||||
@@ -68,7 +69,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/hready
|
||||||
add wave -noupdate -format Logic /tb_vga_frontend64/inst_vga_frontend64/inst_vga_backend/vready
|
add wave -noupdate -format Logic /tb_vga_frontend64/inst_vga_frontend64/inst_vga_backend/vready
|
||||||
TreeUpdate [SetDefaultTree]
|
TreeUpdate [SetDefaultTree]
|
||||||
WaveRestoreCursors {{Cursor 1} {5285815373 ps} 0}
|
WaveRestoreCursors {{Cursor 1} {11082527400 ps} 0}
|
||||||
configure wave -namecolwidth 150
|
configure wave -namecolwidth 150
|
||||||
configure wave -valuecolwidth 100
|
configure wave -valuecolwidth 100
|
||||||
configure wave -justifyvalue left
|
configure wave -justifyvalue left
|
||||||
|
|||||||
@@ -6,5 +6,5 @@
|
|||||||
2009-11-08
|
2009-11-08
|
||||||
- Double-buffering to reduce artifacts on buffer write by host and buffer read by VGA master.
|
- Double-buffering to reduce artifacts on buffer write by host and buffer read by VGA master.
|
||||||
currently double-buffer can only be updatetd if msten = 0. Buffer updates should be always possible
|
currently double-buffer can only be updatetd if msten = 0. Buffer updates should be always possible
|
||||||
for large screen change, which need more time than one frame.
|
for large screen change, which need more time than one frame. (done 2009-11-08)
|
||||||
- VGA-INT every n-th buffer change?
|
- VGA-INT every n-th buffer change?
|
||||||
|
|||||||
Reference in New Issue
Block a user