2016-03-05 01:34:05 -06:00
|
|
|
|
2016-03-11 04:30:01 -06:00
|
|
|
In this directory contains an example for generating a spice output using two
|
|
|
|
different spice modes, normal analog transient simulation and event-driven
|
|
|
|
digital simulation as supported by ngspice xspice sub-module.
|
2016-03-05 01:34:05 -06:00
|
|
|
|
|
|
|
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
|
2016-03-11 04:30:01 -06:00
|
|
|
and gtkwave for comparison.
|
|
|
|
|