- added ac97 Controller
git-svn-id: http://moon:8086/svn/vhdl/trunk@1411 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
onerror {resume}
|
||||
quietly WaveActivateNextPane {} 0
|
||||
add wave -noupdate -format Logic /tb_ac_in/uut/rst
|
||||
add wave -noupdate -format Logic /tb_ac_in/uut/clk
|
||||
add wave -noupdate -format Logic /tb_ac_in/uut/sync_frame
|
||||
add wave -noupdate -format Logic /tb_ac_in/uut/sync_status
|
||||
add wave -noupdate -divider {AC97 lines}
|
||||
add wave -noupdate -format Logic /tb_ac_in/uut/ac_reset
|
||||
add wave -noupdate -format Logic /tb_ac_in/uut/ac_bit_clk
|
||||
add wave -noupdate -format Logic /tb_ac_in/uut/ac_sdata_in
|
||||
add wave -noupdate -format Logic /tb_ac_in/uut/ac_ssync
|
||||
add wave -noupdate -divider Debug
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_ac_in/uut/stat_addr
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_ac_in/uut/stat_data
|
||||
add wave -noupdate -format Literal /tb_ac_in/uut/pcm_out_addr
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_ac_in/uut/pcm_out_data
|
||||
add wave -noupdate -format Literal -radix hexadecimal -expand /tb_ac_in/uut/data_array
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_ac_in/uut/tag
|
||||
add wave -noupdate -format Literal /tb_ac_in/uut/sac
|
||||
add wave -noupdate -format Literal /tb_ac_in/uut/bitcnt
|
||||
add wave -noupdate -format Literal /tb_ac_in/uut/slotcnt
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_ac_in/uut/rx_reg
|
||||
add wave -noupdate -format Logic /tb_ac_in/uut/stat_read
|
||||
add wave -noupdate -format Logic /tb_ac_in/uut/host_update
|
||||
add wave -noupdate -format Logic /tb_ac_in/uut/slot_end
|
||||
add wave -noupdate -format Logic /tb_ac_in/uut/sync_end
|
||||
add wave -noupdate -format Logic /tb_ac_in/uut/last_slot
|
||||
TreeUpdate [SetDefaultTree]
|
||||
WaveRestoreCursors {{Cursor 1} {53431686 ps} 0} {{Cursor 2} {44308511 ps} 0} {{Cursor 4} {677821715 ps} 0}
|
||||
configure wave -namecolwidth 173
|
||||
configure wave -valuecolwidth 100
|
||||
configure wave -justifyvalue left
|
||||
configure wave -signalnamewidth 1
|
||||
configure wave -snapdistance 10
|
||||
configure wave -datasetprefix 0
|
||||
configure wave -rowmargin 4
|
||||
configure wave -childrowmargin 2
|
||||
configure wave -gridoffset 0
|
||||
configure wave -gridperiod 1
|
||||
configure wave -griddelta 40
|
||||
configure wave -timeline 0
|
||||
update
|
||||
WaveRestoreZoom {52190046 ps} {56168939 ps}
|
||||
Reference in New Issue
Block a user