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:
parent
c051115e03
commit
e01382739d
3 changed files with 121 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue