Problem with running the hardware simulator on the command line

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Problem with running the hardware simulator on the command line

pramode_ce
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
--------------------