diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-07-16 10:03:07 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-07-16 10:03:07 +0200 |
commit | 964a67ac4194bb85fb3cb7a90a62dc1e4a685ea4 (patch) | |
tree | 3b12cea2429965e5cd065780d4cb92da856ac056 /tests/hana | |
parent | 0f9ca49dc6047ad5634782de23040ec57601debd (diff) | |
download | yosys-964a67ac4194bb85fb3cb7a90a62dc1e4a685ea4.tar.gz yosys-964a67ac4194bb85fb3cb7a90a62dc1e4a685ea4.tar.bz2 yosys-964a67ac4194bb85fb3cb7a90a62dc1e4a685ea4.zip |
Added note to "make test": use git checkout of iverilog
Diffstat (limited to 'tests/hana')
-rwxr-xr-x | tests/hana/run-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hana/run-test.sh b/tests/hana/run-test.sh index 199bb916e..89be6d052 100755 --- a/tests/hana/run-test.sh +++ b/tests/hana/run-test.sh @@ -1,2 +1,2 @@ #!/bin/bash -exec bash ../tools/autotest.sh -l hana_vlib.v test_*.v +exec bash ../tools/autotest.sh -G -l hana_vlib.v test_*.v |