GLous
New Contributor
7 years agohow to see all signals without optimization in modelsim 10.7
I'm simulating with modelsim 10.7 a design created with Quartus Prime Pro 18, but I don't know hot to do the simulation with no optimizations with this new version.
I attach the simScript.do where now is the -O0 option I'v tried multiple options from vopt but without success.
So, what I'm doing wrong? what would be the correct set of options in order that Modelsim shows all signals including the ones for debug?
Thanks,
set QPRJ_DIR D:/LHCb/FPGAPrjs/UTDataProcV01
set QSYS_SIMDIR $QPRJ_DIR/sims
set QSRC_DIR D:/LHCb/FPGAPrjs/src
source $QSYS_SIMDIR/mentor/msim_setup.tcl
dev_com
com
# #################################################################
# TEST BENCHS
# #################################################################
vcom -work work $QPRJ_DIR/TestBenchs/UTDPtestBench.vhd
# #################################################################
# CUSTOM PACKAGES
# #################################################################
vcom -O0 -work work $QSRC_DIR/HwSrc/UTDataProcSimTop.vhd
vcom -O0 -work work $QSRC_DIR/HwSrc/UT_DataProcessing.vhd
vcom -O0 -work work $QSRC_DIR/HwSrc/UT_DP_PreProc.vhd
set TOP_LEVEL_NAME Compactor_tb
elab
view structure
view signals
add wave -noupdate -group DP_C sim:/compactor_tb/CompactorDUT/CompBasic/DP_C/*
restart
run 2 us