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.

[SOLVED] How to tell the synthesis tool to use a specific gate

Status
Not open for further replies.
S

somu.atluri

Guest
im synthesizing a code, and I want the tool to make use of 3-input gates...
but the tool is synthesizing with 2-input gates and inverters.

is there any command for RTL compiler to constrain and use 3-input gates.

Thanks in advance.
 

Hi Somu,

Answer is pretty simple...Put set_dont_use on 3 input gates in RTL compiler or DC. That's it...

Regards,
Eshwar
 

hi eshwar,

i think i confused u with my question.

i want the tool to make use of 3 input gates where ever possible, and also use 2 input gates.

thanks anyway for the reply.
 

Maybe you can modify the library so that the 2 input gates are undesirable? Or read in the library and use the set_lib_attribute to modify the area or timing attribute of the 2 input cells you don't want so the tool won't use those gates for it's implementation.
 

RC has a attribute called, set_prefered_cell or something similar .. search in command reference ... not sure about DC though ...
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top