aboutsummaryrefslogtreecommitdiffstats
path: root/examples/cmos/testbench.sh
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-03-02 12:07:57 +0100
committerClifford Wolf <clifford@clifford.at>2016-03-02 12:07:57 +0100
commitb0ac32bc03b340b26e0d3bb778af1c915722abdf (patch)
tree105f1df32d42a1d9bbd55b1b87719794d0c3d7a3 /examples/cmos/testbench.sh
parent5547fae4cf2e254d2f35f76f5c0b07abec2376dd (diff)
downloadyosys-b0ac32bc03b340b26e0d3bb778af1c915722abdf.tar.gz
yosys-b0ac32bc03b340b26e0d3bb778af1c915722abdf.tar.bz2
yosys-b0ac32bc03b340b26e0d3bb778af1c915722abdf.zip
Added digital (xspice) example code to examples/cmos/
Diffstat (limited to 'examples/cmos/testbench.sh')
-rw-r--r--examples/cmos/testbench.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/cmos/testbench.sh b/examples/cmos/testbench.sh
index 061704b64..e2a203ff5 100644
--- a/examples/cmos/testbench.sh
+++ b/examples/cmos/testbench.sh
@@ -5,3 +5,6 @@ set -ex
../../yosys counter.ys
ngspice testbench.sp
+# requires ngspice with xspice support enabled:
+#ngspice testbench_digital.sp
+