diff options
Diffstat (limited to 'techlibs/cmos/counter.ys')
-rw-r--r-- | techlibs/cmos/counter.ys | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/techlibs/cmos/counter.ys b/techlibs/cmos/counter.ys new file mode 100644 index 00000000..81430f68 --- /dev/null +++ b/techlibs/cmos/counter.ys @@ -0,0 +1,11 @@ + +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 + |