diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/vhdltest/.gitignore | 1 | ||||
-rwxr-xr-x | test/vhdltest/manual_test_ghdl.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/vhdltest/.gitignore b/test/vhdltest/.gitignore new file mode 100644 index 0000000..333c1e9 --- /dev/null +++ b/test/vhdltest/.gitignore @@ -0,0 +1 @@ +logs/ diff --git a/test/vhdltest/manual_test_ghdl.sh b/test/vhdltest/manual_test_ghdl.sh index 402bbfc..7be920d 100755 --- a/test/vhdltest/manual_test_ghdl.sh +++ b/test/vhdltest/manual_test_ghdl.sh @@ -59,4 +59,4 @@ else fi # start simulator -./tb --stop-time=10ms --vcd=foo.vcd +ghdl -r tb --stop-time=10ms --vcd=tb.vcd |