|
Hello,
I am running the Hardware Simulator on the command line like this:
HardwareSimulator.sh ./PC.tst
And it says:
./PC.tst does not exist.
Same is the case with just giving the filename as such: PC.tst.
It works if I do:
HardwareSimulator.sh `pwd`/PC.tst
This might be a minor issue which is easy to fix in the Java code!
Pramode
--------------------
|