labor-mst/modelsim/open_loop.do
Greek a28aab25fa * Added Zynq 7 documentation
* Updated sync processes for async reset
* Implemented simple open loop design
	- Added testbench and .do file
2020-04-01 14:12:04 +02:00

36 lines
1.2 KiB
Plaintext

onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate /open_loop_tb/clk
add wave -noupdate /open_loop_tb/reset
add wave -noupdate /open_loop_tb/uut/interconnect
add wave -noupdate -divider ADC
add wave -noupdate /open_loop_tb/adc_data_in
add wave -noupdate /open_loop_tb/adc_cs_n
add wave -noupdate /open_loop_tb/uut/adc/stage
add wave -noupdate /open_loop_tb/uut/adc/done
add wave -noupdate -divider DAC
add wave -noupdate /open_loop_tb/uut/dac/buf
add wave -noupdate /open_loop_tb/dac_data_out
add wave -noupdate /open_loop_tb/dac_cs_n
add wave -noupdate /open_loop_tb/dac_ldac
add wave -noupdate /open_loop_tb/uut/dac/stage
add wave -noupdate /open_loop_tb/uut/dac/done
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {966933 ps} 0}
quietly wave cursor active 1
configure wave -namecolwidth 137
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
configure wave -timelineunits ps
update
WaveRestoreZoom {0 ps} {996596 ps}