Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
I know these variables are stored in the local modelsim.ini file
Maybe adding somthing like; Turn off warnings from the std_logic_arith, std_logic_unsigned ; and std_logic_signed packages. ; StdArithNoWarnings = 1 ; Turn off warnings from the IEEE numeric_std and numeric_bit packages. ; NumericStdNoWarnings = 1
to the TCL script will ensure they are set :rolleyes: I haven't tried this but it might be worth a tryset NumericStdNoWarnings 1 set StdArithNoWarnings 1