mirror of https://github.com/YosysHQ/yosys.git
6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
|
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;;
|