• 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. Verification IP
  3. Asynchronous Reset Assertion

Stats

  • Replies 0
  • Subscribers 12
  • Views 85
  • Members are here 0

Asynchronous Reset Assertion

RT202601231753
RT202601231753 11 days ago

I am a beginner in FPV and I have a scenario. Active low reset is asynchronously asserted in my design. When doing formal property verification, after running the tcl file, that is after running the " analyze command", and doing reset analysis, I am able to see the "reset" is applied on the internal registers. But while writing property for it, it is giving me vacuous success/pass. Antecedent is not triggering.

The property I write for asynchronous reset. Does the JG FPV automatically assert the reset at first cycle and then deassert it after one cycle

property async_resetn_prop_chk;
@(negedge PRESETn)
!(PRESETn) |-> (reg_ctrl == 4'h0);    // internal register
endproperty

Kindly suggest.

  • Cancel
  • Sign in to reply

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.

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

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