1
0
mirror of synced 2026-02-26 08:54:54 +00:00
Files
YosysHQ.yosys/docs/resources/PRESENTATION_ExSyn/abc_01.ys
2023-08-04 10:29:14 +12:00

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;;