yosys/manual/PRESENTATION_ExSyn/abc_01.ys

6 lines
138 B
Plaintext
Raw Normal View History

2014-02-04 09:51:12 -06:00
read_verilog abc_01.v
read_verilog -lib abc_01_cells.v
hierarchy -check -top test
proc; opt; techmap
abc -dff -liberty abc_01_cells.lib;;