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.

Budget lib using ETS

Status
Not open for further replies.

kirangu

Junior Member level 2
Joined
Jun 17, 2011
Messages
24
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,413
Hi

Any one know the flow to generate budgted .libs in ets. Please help.

Thanks
 

Hi kirangu,

1. If you use top-down methodology partition flow in EDI system, type the following commands after defining the partition, place and trial routing:

deriveTimingBudget
savePartition

All necessary files will be saved including lib timing models for your partitions.

2. If you use bottom-top methodology, you need to create lib files manually. First of all when your block layout is finished and verified, you need to save your block LEF and project files using saveModel command. Then generate lib files for every analysis view typing next command:

do_extract_model -lib_name <libraryName> -view <analysisView> <libraryFilename>

Hope it was helpful.

Best regards,
Kuxx.
 

Hi Kuxx,

Thanks, it was helpful. I have a question here, during bottom up uproch, when our design is @ initial stage, lets say we have a dummy netlist or a black block netlist, how do we approach to get a budgeted .lib.

Thanks,
Kiran
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top