mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 01:24:10 +00:00
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;;
|