diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-02-28 14:56:55 -0800 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-02-28 15:03:03 -0800 |
commit | 241901461ae02c6a41837e254088f277b8167476 (patch) | |
tree | 125c3b702ca30880f6639395ed024d5eac77b2b3 /tests/tools | |
parent | e2fc18f27b5e9f506724a486787c2106b9f7fb4f (diff) | |
download | yosys-241901461ae02c6a41837e254088f277b8167476.tar.gz yosys-241901461ae02c6a41837e254088f277b8167476.tar.bz2 yosys-241901461ae02c6a41837e254088f277b8167476.zip |
Add "write_verilog -siminit"
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'tests/tools')
-rwxr-xr-x | tests/tools/autotest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh index 99ec3e7cd..0b9aceacc 100755 --- a/tests/tools/autotest.sh +++ b/tests/tools/autotest.sh @@ -8,7 +8,7 @@ verbose=false keeprunning=false makejmode=false frontend="verilog" -backend_opts="-noattr -noexpr" +backend_opts="-noattr -noexpr -siminit" autotb_opts="" include_opts="" xinclude_opts="" |