G
g4173c
Hi:
I've been reading perldoc -f system and have been trying:
system ("verix -i ${design}.ctl") == 0 or die "ERROR: verix -i
${design}.ctl Failed!, Please check verix.log\n";
To get the return value.
I see the program doing:
**> exit 1
However it doesn't execute the die command. I've also tried this in and
If statement and other things, but without any luck. Any ideas what
else I could try?
Thanks is advanced for any help here!
Tom
I've been reading perldoc -f system and have been trying:
system ("verix -i ${design}.ctl") == 0 or die "ERROR: verix -i
${design}.ctl Failed!, Please check verix.log\n";
To get the return value.
I see the program doing:
**> exit 1
However it doesn't execute the die command. I've also tried this in and
If statement and other things, but without any luck. Any ideas what
else I could try?
Thanks is advanced for any help here!
Tom