diff options
Diffstat (limited to 'examples/cmos/README')
-rw-r--r-- | examples/cmos/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/cmos/README b/examples/cmos/README new file mode 100644 index 000000000..a7b777595 --- /dev/null +++ b/examples/cmos/README @@ -0,0 +1,12 @@ + +In this directory you will find out, how to generate a spice output +operating in two modes, analog or event-driven mode supported by ngspice +xspice sub-module. + +Each test bench can be run separately by either running: + +- testbench.sh, to start analog simulation or +- testbench_digital.sh for mixed-signal digital simulation. + +The later case also includes pure verilog simulation using the iverilog +and gtkwave to represent the results. |