3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-23 20:58:55 +00:00
yosys/examples/cmos
2016-03-11 11:30:01 +01:00
..
.gitignore Cleanups and improvements in examples/cmos/ 2016-03-11 11:30:01 +01:00
cmos_cells.lib
cmos_cells.sp
cmos_cells.v
cmos_cells_digital.sp
counter.v
counter.ys
counter_digital.ys Completed ngspice digital example with verilog tb 2016-03-05 08:34:05 +01:00
counter_tb.gtkw Cleanups and improvements in examples/cmos/ 2016-03-11 11:30:01 +01:00
counter_tb.v Completed ngspice digital example with verilog tb 2016-03-05 08:34:05 +01:00
README Cleanups and improvements in examples/cmos/ 2016-03-11 11:30:01 +01:00
testbench.sh Cleanups and improvements in examples/cmos/ 2016-03-11 11:30:01 +01:00
testbench.sp
testbench_digital.sh Cleanups and improvements in examples/cmos/ 2016-03-11 11:30:01 +01:00
testbench_digital.sp Completed ngspice digital example with verilog tb 2016-03-05 08:34:05 +01: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.

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 for comparison.