diff options
Diffstat (limited to 'backends/firrtl/test.sh')
-rw-r--r-- | backends/firrtl/test.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/firrtl/test.sh b/backends/firrtl/test.sh index fd4929bf1..0a7151afa 100644 --- a/backends/firrtl/test.sh +++ b/backends/firrtl/test.sh @@ -1,7 +1,7 @@ #!/bin/bash set -ex -../../yosys -p 'prep; write_firrtl test.fir' test.v +../../yosys -p 'prep -nordff; write_firrtl test.fir' test.v firrtl -i test.fir -o test_out.v @@ -13,6 +13,7 @@ firrtl -i test.fir -o test_out.v rename test gate prep + memory_map miter -equiv -flatten gold gate miter hierarchy -top miter |