how to cancel these DC warning, thanks

Status
Not open for further replies.

tigerajs

Member level 3
Joined
Feb 8, 2006
Messages
55
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,638
(1)connect to logic 1
(2)connect to logic 1 or logic 0
(3)connected directly to output port

(4Information: Checking no_input_delay...
Warning: The following input ports have no clock_relative delay specified, a default clock is assumed for these input ports. (TIM-208)
--------------------
rst_n
 

You can use "suppress_warning TIM-208". For detail, you can man suppress_warning/suppress_message for detail.
 

thanks, the (1)(2)(3)warning has been canceled, how to solve the (4)warning
 

I think u have to make a proper constraint for this using SDC
 

sorry i am not very sure... may be set_input_delay

---------- Post added at 07:46 ---------- Previous post was at 07:43 ----------

Hei one more guess is that you have to declare rst_n as Asynchronous reset pin, which will supress this warning. This option is available in linting and hence should be possible in SDC. others can pl comment on this.
 

this is reset signal , I think not need input_delay
 

To constraint input signals, you need to use set_input_delay command, e.g. set_input_delay 1.0 [remove_from_collection [all_inputs] [get_ports clk]]. Reset signal is one of the input signal.

Thanks.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…