3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-29 09:28:46 +00:00

More progress in FIRRTL back-end

This commit is contained in:
Clifford Wolf 2016-11-18 02:41:29 +01:00
parent c051115e03
commit e01382739d
3 changed files with 121 additions and 4 deletions

View file

@ -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