mirror of
https://github.com/YosysHQ/picorv32.git
synced 2025-01-03 03:43:38 -05:00
15 lines
246 B
Text
15 lines
246 B
Text
|
read_verilog synth_gates.v
|
||
|
read_verilog ../../picorv32.v
|
||
|
|
||
|
hierarchy -top top
|
||
|
proc; flatten
|
||
|
|
||
|
synth
|
||
|
|
||
|
dfflibmap -prepare -liberty synth_gates.lib
|
||
|
abc -dff -liberty synth_gates.lib
|
||
|
dfflibmap -liberty synth_gates.lib
|
||
|
|
||
|
stat
|
||
|
write_blif synth_gates.blif
|