3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-07 11:41:23 +00:00

Added digital (xspice) example code to examples/cmos/

This commit is contained in:
Clifford Wolf 2016-03-02 12:07:57 +01:00
parent 5547fae4cf
commit b0ac32bc03
4 changed files with 70 additions and 1 deletions

View file

@ -9,8 +9,8 @@ Vdd Vdd 0 DC 3
.MODEL cmosp PMOS LEVEL=1 VT0=-0.7 KP=50U GAMMA=0.57 LAMBDA=0.05 PHI=0.8
* load design and library
.include synth.sp
.include cmos_cells.sp
.include synth.sp
* input signals
Vclk clk 0 PULSE(0 3 1 0.1 0.1 0.8 2)