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.

DC Contraints Query - how to constrain inputs and outputs

Status
Not open for further replies.

vlsi_freak

Full Member level 2
Joined
Sep 3, 2007
Messages
127
Helped
14
Reputation
28
Reaction score
8
Trophy points
1,298
Activity points
2,041
DC Contraints Query

Hi All,

I have a design which is purely combo.
The logic is given below,

first_out <= fixed and inputA;
sec_out <= fixed and inputB;
third_out <= fixed and inputC;

temp_output <= inputA and ext_input;

Here inputA, inputB, inputC are module inputs where inputA is asynch input and other two are synch inputs. The input fixed is coiming in synch from an external module.

The three outputs first_out , sec_out and third_out are outputs going from my module to different IP. Similarly temp_output is also an output from my module.

Here, how we constrain this inputs and outputs. Do we need to specify input and output delay here since, there is no sequential logic in my module using these input signals.

Please share ur ideas.

Best Regards.
freak
 

DC Contraints Query

If this block is synthesized and placed separately, then yes, you should specify input/output constraints. Otherwise the tools may just use the smallest cells driving large cap, and you will see bad timing results when you plug this module in at the top level.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top