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.

controlling parameters thru command line (vcs... -pvalue... -pvalue...)

Status
Not open for further replies.

mayankmehta_83

Newbie level 3
Joined
Nov 27, 2008
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,306
[1] Is there a limitation on using -pvalue switch more than once in single command ?
would like to use:
vcs ... \
-pvalue param1=val1 \
-pvalue param2=val2,param3=val3 \
...
instead of:
vcs ... \
-pvalue param1=val1,param2=val2,param3=val3 \
...

[2] Is there a limitation on using text macro to refer to a parameter ?
would like to use:
vcs ... \
-pvalue param1=`TB_TOP.param1=val1,`DUT.param2=val2 \
...

thanks in advance !!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top