Turning off Std checking in simulation

A

ALuPin

Hi newsgroup,

the following warning at intialization of a simulation

# ** Warning: There is an 'U'|'X'|'W'|'Z'|'-' in an arithmetic
operand, the result will be 'X'(es).
# Time: 0 ns Iteration: 1 Instance: /cordic_tb/uut/add3

can be avoided by turning off the Std checking in the .do script when
using Modelsim:

set StdArithNoWarnings 1
run 1 ns;
set StdArithNoWarnings 0
run 10 ms;

Does somebody know wheter this technique is available in ActiveHDL ?
I could not find similar
set commands.


Thanks and Rgds
ALuPin
 
I

igortsapenko

Hi newsgroup,

the following warning at intialization of a simulation

      # ** Warning: There is an 'U'|'X'|'W'|'Z'|'-' in an arithmetic
operand, the result will be 'X'(es).
      #    Time: 0 ns  Iteration: 1  Instance: /cordic_tb/uut/add3

can be avoided by turning off the Std checking in the  .do script when
using Modelsim:

      set StdArithNoWarnings 1
      run 1 ns;
      set StdArithNoWarnings 0
      run 10 ms;

Does somebody know wheter this technique is available in ActiveHDL ?
I could not find similar
set commands.

Thanks and Rgds
ALuPin

To supress ieee warnings you can either use -ieee_nowarn switch with
asim command, or select something like 'Do not display IEEE warnings'
in Design->Design Settings->Simulation->VHDL
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top