- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have an asynchronous reset_n (active low) signal.
It goes through a couple of flops to result in an asynchronous assertion, synchronous de-assertion signal. Something like this: assign pclk_reset_n = pclk_reset_n_dd & reset_n; I want to ignore the timing of the falling edge of pclk_reset_n, but I do want timing analyzed on the rising edge of pclk_reset_n, but I'm not sure how to write the constraint... I would have thought I could use something like (with -fall): set_false_path -fall -from reset_n but I don't see it listed in the Altera SDC manual. Any suggestions? Thanks, TorreyLink Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You don't need to.
TimeQuest checks recovery/removal of involved registers at reset deassertion only
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page