Commit 9538987b authored by David Cussans's avatar David Cussans

Adding signals to QuestaSim TCL scripts

Adding files to build scripts
parent 61cee628
......@@ -86,7 +86,7 @@ project addfile $::env(FW_WORKSPACE)/workspace/ipbus/firmware/sim/hdl/clock_sim.
project addfile $::env(FW_WORKSPACE)/workspace/fmc-mtlu/firmware/simulation_src/fmc-tlu_v0-1_test-bench.vhd
project addfile $::env(FW_WORKSPACE)/workspace/fmc-mtlu/firmware/simulation_src/pmtPulseGenerator_rtl.vhd
# Special file for linking to TimePix telescope:
project addfile $::env(FW_WORKSPACE)/workspace/fmc-mtlu/firmware/hdl/common/TPx3_iface.vhd
project addfile $::env(FW_WORKSPACE)/workspace/fmc-mtlu/firmware/hdl/common/TPx3_iface_rtl.vhd
project calculateorder
project close
......
......@@ -48,6 +48,10 @@ add wave -noupdate /fmctlu_v0_1_testbench/uut/triggers
add wave -noupdate /fmctlu_v0_1_testbench/uut/buffer_full_o
add wave -noupdate /fmctlu_v0_1_testbench/uut/veto_o
add wave -noupdate /fmctlu_v0_1_testbench/uut/overall_veto
add wave -noupdate /fmctlu_v0_1_testbench/triggers_n_o
add wave -noupdate -expand /fmctlu_v0_1_testbench/triggers_p_o
add wave -noupdate /fmctlu_v0_1_testbench/dut_clk_n_i
add wave -noupdate /fmctlu_v0_1_testbench/dut_clk_p_i
add wave -noupdate -divider {Test Bench}
add wave -noupdate /fmctlu_v0_1_testbench/T0_n_i
add wave -noupdate /fmctlu_v0_1_testbench/T0_p_i
......@@ -179,7 +183,7 @@ add wave -noupdate /fmctlu_v0_1_testbench/uut/I2/s_reset_timestamp_4x_ipbus
add wave -noupdate /fmctlu_v0_1_testbench/uut/I2/s_reset_timestamp_ipbus
add wave -noupdate /fmctlu_v0_1_testbench/uut/I2/s_timestamp_h_en
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {2139160008 ps} 0} {{Cursor 2} {118123357 ps} 0}
WaveRestoreCursors {{Cursor 1} {2139160008 ps} 0} {{Cursor 2} {67331250 ps} 0}
quietly wave cursor active 2
configure wave -namecolwidth 537
configure wave -valuecolwidth 98
......@@ -195,4 +199,4 @@ configure wave -griddelta 40
configure wave -timeline 0
configure wave -timelineunits us
update
WaveRestoreZoom {208044964 ps} {208380792 ps}
WaveRestoreZoom {58338984 ps} {76323516 ps}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment