Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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
 

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top