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.

reading parameters for Elaborate command in Synopsys DC

Status
Not open for further replies.

shahal

Member level 2
Joined
Jan 11, 2007
Messages
50
Helped
7
Reputation
14
Reaction score
6
Trophy points
1,288
Activity points
1,638
Does any one know how I can read in a file containg some parameter definitions for elaborating a design? I know I can do "elaboarate -param xxxx=abcd, ... "
However how can I do this if the parameters xxxx=abcd are listed in a file?
 

The good method is define all parameter in a single file and include it when using it.



shahal said:
Does any one know how I can read in a file containg some parameter definitions for elaborating a design? I know I can do "elaboarate -param xxxx=abcd, ... "
However how can I do this if the parameters xxxx=abcd are listed in a file?
 

else define parameter locally in file.
 

Hi Guys

Can you give me the syntax to include it, I am not sure I understand.

In a normal flow I would do something like this:

elaborate top -param "abc=123, \
def=567, \
ghi=890"

What would my syntax be if I had file called t1 which contained the following:
abc=123,
def=567,
ghi=890"

I have tried

elaborate top -file_parameter t1

and this doesnt seem to be working even if I have a -param option in that file.


Thanks for your help.

Shahal
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top