Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 803 Bytes

yosys.md

File metadata and controls

34 lines (24 loc) · 803 Bytes

Yosys

https://github.com/cliffordwolf/yosys

At toplevel at 9804ebedbfd7db66849874bd11b167deb1bfed18 synth.ys:

read_verilog tests/simple/fiedler-cooley.v
hierarchy
proc
opt
memory
opt
techmap
opt
dfflibmap -liberty examples/cmos/cmos_cells.lib
abc -liberty examples/cmos/cmos_cells.lib
opt
write_verilog synth.v

Then:

cat synth.v

and we see that there are only cells from the library!

Also worked with:

Static timing analysis, timing driven synthesis: