3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-19 13:35:34 +00:00
yosys/examples/osu035/example.ys
2017-05-23 18:38:20 +02:00

11 lines
219 B
Text

read_verilog example.v
read_liberty -lib osu035_stdcells.lib
synth -top top
dfflibmap -liberty osu035_stdcells.lib
abc -liberty osu035_stdcells.lib
opt_clean
stat -liberty osu035_stdcells.lib
write_edif example.edif