Files
de0-zx-spectrum/cpu/alu/simulation/modelsim/wave_core.do
T
2022-03-31 14:13:34 +03:00

30 lines
1.1 KiB
Plaintext

onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -radix hexadecimal /test_core/op1_sig
add wave -noupdate -radix hexadecimal /test_core/op2_sig
add wave -noupdate /test_core/cy_in_sig
add wave -noupdate -color Gold -itemcolor Gold -radix hexadecimal /test_core/result_sig
add wave -noupdate -color Gold -format Literal -itemcolor Gold /test_core/cy_out_sig
add wave -noupdate -color Gray75 -itemcolor Gray75 /test_core/vf_out_sig
add wave -noupdate /test_core/R_sig
add wave -noupdate /test_core/S_sig
add wave -noupdate /test_core/V_sig
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {2000 ns} 0}
quietly wave cursor active 1
configure wave -namecolwidth 140
configure wave -valuecolwidth 53
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} {4400 ns}