aboutsummaryrefslogtreecommitdiffstats
path: root/examples/cmos/testbench.sh
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-03-07 11:17:44 +0100
committerClifford Wolf <clifford@clifford.at>2016-03-07 11:17:44 +0100
commite7ed653771ab3483f988f4adfca5c635c10c3480 (patch)
tree07d7b978c7004de506407ce14ecbdf82b5d939d0 /examples/cmos/testbench.sh
parentc4aaed099f948f8212898faecfc0f09027347928 (diff)
parentb0ac32bc03b340b26e0d3bb778af1c915722abdf (diff)
downloadyosys-e7ed653771ab3483f988f4adfca5c635c10c3480.tar.gz
yosys-e7ed653771ab3483f988f4adfca5c635c10c3480.tar.bz2
yosys-e7ed653771ab3483f988f4adfca5c635c10c3480.zip
Merge branch 'master' of github.com:cliffordwolf/yosys
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
+