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.

QRC extraction failed with DEF

Status
Not open for further replies.

zhangljz

Member level 5
Joined
Oct 19, 2013
Messages
81
Helped
1
Reputation
2
Reaction score
1
Trophy points
8
Activity points
648
Hello,

I want to use QRC for extraction of a digital design. I saved .def file from soc encounter, and plan to extract rc. But I got such an error that it seems I can only use LEF or libgen.

But I think DEF should be fine for extraction. Is there anything wrong ?

current_reference1.jpg

Here is my command file. I lunched the qrc with "qrc -cmd qrc_cmd_file"

current_reference3.jpg


Any advice will be appreciated.

- - - Updated - - -

I know why. I need to specify the lef files in " input_db -type def -design_file xxx.def -lef_file_list <lef files> "
 

Hello,

I want to use QRC for extraction of a digital design. I saved .def file from soc encounter, and plan to extract rc. But I got such an error that it seems I can only use LEF or libgen.

But I think DEF should be fine for extraction. Is there anything wrong ?

View attachment 127905

Here is my command file. I lunched the qrc with "qrc -cmd qrc_cmd_file"

View attachment 127906


Any advice will be appreciated.

- - - Updated - - -

I know why. I need to specify the lef files in " input_db -type def -design_file xxx.def -lef_file_list <lef files> "


I would suggest to run it from inside encounter/innovus. it is way simpler, only takes 2 commands.
setExtractRCMode [options]
extractRC


look for the setExtractRCMode command, -engine option. this one defines if you are using native or QRC extraction. that is all.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top