• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Functional Verification
  3. How to suppress the warning -- ASSERT/WARNING (time 277932200...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 65
  • Views 6541
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to suppress the warning -- ASSERT/WARNING (time 277932200 PS) from package ieee.NUMERIC_STD

usha sudhagar
usha sudhagar over 11 years ago
We are using “irun” to run our testcase and we are getting the below warning.  Due to this, we are getting a very huge log file (interms of GB).  Please could you suggest why we are getting this warning and how to suppress the same?

Built-in relational argument contains a ('U', 'X', 'W', 'Z', '-') in an operand.

ASSERT/WARNING (time 277932200 PS) from package ieee.NUMERIC_STD, this builtin function called  from process system.u_chip.u_core.u_cpsTop:u_ethComplex:i_ethTopModule:i_ethManipulationModuleToSerDes:EnetBypassLogicGen(3):i_emmBypassToSerDes:i_loopbackfifo:u_genericTwoPortRam1R1W:projectRamGen:u_projectRamFile:regFileGen:notDualPortRegFileGen:u_genericRegisterFile:regFileB_proc (architecture eth_lib.genericRegisterFile:synth)

Built-in conversion function argument contains ('U', 'X', 'W', 'Z', '-') in an operand (treated as '0').
  • Cancel
  • muffi
    muffi over 11 years ago

     

    At the ncsim prompt,

    ncsim> set severity_pack_assert_off {warning}
    ncsim> set pack_assert_off { std_logic_arith numeric_std }

    The following commands will turn off assert warning messages (the listed severity) from packages std_logic_arith and numeric_std (the two listed packages).

    Note that the first command is optional if the severity_pack_assert_off variable is already set to warning.

    Or if you want to give these TCL commands as input file and automate the flow. You can put these commands in a file like,

    input.in
    --------
    set severity_pack_assert_off {warning}
    set pack_assert_off { std_logic_arith numeric_std }

    ------------------------------

    %ncverilog -input input.in <other_commands>

    %irun -input input.in <other_commands>

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information