Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI know these variables are stored in the local modelsim.ini file
; 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 Maybe adding somthing like set NumericStdNoWarnings 1
set StdArithNoWarnings 1 to the TCL script will ensure they are set :rolleyes: I haven't tried this but it might be worth a try