From 7f0548c16f64bd0c4e3bd85744cfdcf9494b4829 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 30 May 2018 14:17:36 +0200 Subject: [PATCH] Update examples/cmos/counter.ys to use "synth" command Signed-off-by: Clifford Wolf --- examples/cmos/counter.ys | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/cmos/counter.ys b/examples/cmos/counter.ys index a784f3465..d0b093667 100644 --- a/examples/cmos/counter.ys +++ b/examples/cmos/counter.ys @@ -1,11 +1,12 @@ - read_verilog counter.v read_verilog -lib cmos_cells.v -proc;; memory;; techmap;; - +synth dfflibmap -liberty cmos_cells.lib -abc -liberty cmos_cells.lib;; +abc -liberty cmos_cells.lib +opt_clean + +stat -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 @@ -13,4 +14,3 @@ abc -liberty cmos_cells.lib;; write_verilog synth.v write_spice synth.sp -