aboutsummaryrefslogtreecommitdiffstats
path: root/backends/firrtl/test.sh
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-11-18 02:41:29 +0100
committerClifford Wolf <clifford@clifford.at>2016-11-18 02:41:29 +0100
commite01382739db10b4ee01d02ba9991aace8dd666a5 (patch)
tree41392f08ce3b2385c0f15e9283f8f164034d40aa /backends/firrtl/test.sh
parentc051115e03208faceca1b53da94bd430da2158e8 (diff)
downloadyosys-e01382739db10b4ee01d02ba9991aace8dd666a5.tar.gz
yosys-e01382739db10b4ee01d02ba9991aace8dd666a5.tar.bz2
yosys-e01382739db10b4ee01d02ba9991aace8dd666a5.zip
More progress in FIRRTL back-end
Diffstat (limited to 'backends/firrtl/test.sh')
-rw-r--r--backends/firrtl/test.sh3
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