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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…