diff options
Diffstat (limited to 'techlibs')
-rw-r--r-- | techlibs/cmos/counter.ys | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/techlibs/cmos/counter.ys b/techlibs/cmos/counter.ys index 81430f681..a784f3465 100644 --- a/techlibs/cmos/counter.ys +++ b/techlibs/cmos/counter.ys @@ -3,9 +3,14 @@ read_verilog counter.v read_verilog -lib cmos_cells.v proc;; memory;; techmap;; + dfflibmap -liberty cmos_cells.lib abc -liberty cmos_cells.lib;; +# http://vlsiarch.ecen.okstate.edu/flows/MOSIS_SCMOS/latest/cadence/lib/tsmc025/signalstorm/osu025_stdcells.lib +# dfflibmap -liberty osu025_stdcells.lib +# abc -liberty osu025_stdcells.lib;; + write_verilog synth.v write_spice synth.sp |