mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 19:35:53 +00:00
11 lines
191 B
Text
11 lines
191 B
Text
|
|
read_verilog counter.v
|
|
read_verilog -lib cmos_cells.v
|
|
|
|
proc;; memory;; techmap;;
|
|
dfflibmap -liberty cmos_cells.lib
|
|
abc -liberty cmos_cells.lib;;
|
|
|
|
write_verilog synth.v
|
|
write_spice synth.sp
|
|
|