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 force Synthesis tool use standard cell library MUX for implementing MUXs

Status
Not open for further replies.

makanaky

Advanced Member level 4
Joined
Feb 1, 2007
Messages
104
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
1,944
Hi,

I am using RTL compiler to synthesize a critical path of MUXs, and the tool implements the MUX using gates (NAND, OR ... etc). I am afraid this may increase the path delay while the std cell library contains MUX cells. Is there a way to instruct the tool to use a std cell MUX instead of gates ?
 

Add only the std_cell muxes to your library..
 

use map_to_mux attribute or after elaborate map then with required libcells and mark them preserve
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top