summaryrefslogtreecommitdiff
path: root/techlibs/cmos/counter.ys
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-09-14 11:23:45 +0200
committerClifford Wolf <clifford@clifford.at>2013-09-14 11:23:45 +0200
commitbbe5aa446b413c6298a4b0b13f6fabcd6c984cb6 (patch)
tree1553bf01f0c804ae86f887a0304e70395f15052c /techlibs/cmos/counter.ys
parent70476e24314454d1cc95a4cba24a3c5efce64d64 (diff)
Added spice backend
Diffstat (limited to 'techlibs/cmos/counter.ys')
-rw-r--r--techlibs/cmos/counter.ys11
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
+