#transcript on if {[file exists rtl_work]} { vdel -lib rtl_work -all } set rootdir [pwd]/../.. puts "Root Directory $rootdir" vlib rtl_work vmap work rtl_work vlog -sv -work work +incdir+${rootdir}/src/blocks ${rootdir}/src/blocks/abus.sv vlog -sv -work work +incdir+${rootdir}/src/fpu32 ${rootdir}/src/fpu32/fpu32.sv vlog -sv -work work +incdir+${rootdir}/src/neural ${rootdir}/src/neural/comp.sv vsim -t 1ps -L altera_ver -L lpm_ver -L sgate_ver -L altera_mf_ver -L altera_lnsim_ver -L cycloneive_ver -L rtl_work -L work -voptargs="+acc" adder_casc_tb view structure view signals add wave -position end -label CLK sim:/adder_casc_tb/clk add wave -position end -label RST sim:/adder_casc_tb/rst add wave -position end -label X -radix float32 sim:/adder_casc_tb/x add wave -position end -label Y -radix float32 sim:/adder_casc_tb/y add wave -position end -label output_stb sim:/adder_casc_tb/output_io/stb add wave -position end -label output_ack sim:/adder_casc_tb/output_io/ack add wave -position end -label inputs_ack sim:/adder_casc_tb/input_ack add wave -position end -label input1_stb sim:/adder_casc_tb/input_ios[1]/stb add wave -position end -label input1_ack sim:/adder_casc_tb/input_ios[1]/ack add wave -position end -label input0_stb sim:/adder_casc_tb/input_ios[0]/stb add wave -position end -label input0_ack sim:/adder_casc_tb/input_ios[0]/ack TreeUpdate [SetDefaultTree] WaveRestoreCursors {{Cursor 1} {0 ps} 0} quietly wave cursor active 0 configure wave -namecolwidth 150 configure wave -valuecolwidth 100 configure wave -justifyvalue left configure wave -signalnamewidth 0 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 ns update WaveRestoreZoom {0 ps} {1 ns}