• 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. VHDL sensitivity list checking in Incisive

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 65
  • Views 13813
  • 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

VHDL sensitivity list checking in Incisive

CaveSpiderTech
CaveSpiderTech over 10 years ago

Is it possible to perform checks for missing sensitivity list items when compiling VHDL using ncvhdl?  I can't find anything in the manuals, although I may not be looking hard enough.

Cheers,
Dave

  • Cancel
  • StephenH
    StephenH over 10 years ago

    Hi Dave.

    ncvhdl is just a parser and doesn't do any higher-level checking of your code (i.e. it cares that the syntax is correct, but doesn't understand your intent).

    What you want is the HAL (HDL Analysis and Lint) tool which comes as part of Incisive.

    To use HAL either get your design compiled to a simulation snapshot with ncvhdl and ncelab, ensuring that it's elaborated with "-access +rwc" to permit HAL to see into the design structure, then run "hal <snapshot_name>". This runs all the RTL lint rules including one for incmplete sensitivity lists (inferred latches).

    You may prefer to move off the old ncvhdl / ncelab / ncsim flow, and use the more current "irun" command which is a one-stop tool for running all the flows. Its use model is simple:
    irun *.vhd *.v

    It also accepts most ncvhdl, ncvlog, ncelab and ncsim arguments. By default it compiles, elaborates and simulates all in one.
    You can get it to stop after elaboration with the -elaborate option, then simulate with "irun -R" to run whatever you just compiled.
    You can also do things like:
    irun *.vhd -hal

    Hope this helps.

    Steve.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • CaveSpiderTech
    CaveSpiderTech over 10 years ago
    Thanks for the pointers Steve.
    • 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