Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

set_false_path -fall

Altera_Forum
Honored Contributor II
1,253 Views

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, 

Torrey
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
387 Views

You don't need to.  

TimeQuest checks recovery/removal of involved registers at reset deassertion only
0 Kudos
Reply