Files
de0-zx-spectrum/cpu/bus/simulation/modelsim/wave_pins.do
T

35 lines
1.2 KiB
Plaintext
Raw Normal View History

2022-03-31 14:13:34 +03:00
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate /test_pins/clk
add wave -noupdate -divider apins
add wave -noupdate -color Gold -radix hexadecimal /test_pins/apin
add wave -noupdate -radix hexadecimal /test_pins/ab
add wave -noupdate /test_pins/ctl_ab_we
add wave -noupdate -divider dpins
add wave -noupdate -radix hexadecimal /test_pins/dpin
add wave -noupdate -color Gold -radix hexadecimal /test_pins/db
add wave -noupdate /test_pins/ctl_db_we
add wave -noupdate /test_pins/ctl_db_pin_re
add wave -noupdate /test_pins/ctl_db_pin_oe
add wave -noupdate /test_pins/ctl_db_oe
add wave -noupdate -radix hexadecimal /test_pins/db_w
add wave -noupdate -radix hexadecimal /test_pins/dpin_w
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {19000 ns} 0}
quietly wave cursor active 1
configure wave -namecolwidth 138
configure wave -valuecolwidth 54
configure wave -justifyvalue right
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 1
configure wave -timelineunits us
update
WaveRestoreZoom {0 ns} {57700 ns}