How do I run Specman using IntelliGen?
If you load a file in Specman via
, after running the first time, you should find a Run Configuration with the name of the file under the .You can edit this Run Configuration in order to pass your own Test Commands to Specman. In this specific case, the Test Command field should read:
config gen -default_generator=IntelliGen
You could also use SPECMAN_PRE_COMMANDS
system variable (in the console where you run DVT or @user-level):
setenv SPECMAN_PRE_COMMANDS "config gen -default_generator=IntelliGen"
OR
export SPECMAN_PRE_COMMANDS="config gen -default_generator=IntelliGen"