diff options
| author | Warrick Lo <wlo@warricklo.net> | 2026-03-08 16:28:58 -0700 |
|---|---|---|
| committer | Warrick Lo <wlo@warricklo.net> | 2026-03-08 16:28:58 -0700 |
| commit | c73f0093e7a43403d63548b9484cff67204cad2c (patch) | |
| tree | 502ea563d0459e0631fdb758f90238c05f8c392f /schematic/simulation/save_mos_params.spice | |
| parent | Add circuit schematic and symbol (diff) | |
| download | opamp-c73f0093e7a43403d63548b9484cff67204cad2c.tar.xz opamp-c73f0093e7a43403d63548b9484cff67204cad2c.zip | |
Add testbenches
Signed-off-by: Warrick Lo <wlo@warricklo.net>
Diffstat (limited to '')
| -rw-r--r-- | schematic/simulation/save_mos_params.spice | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/schematic/simulation/save_mos_params.spice b/schematic/simulation/save_mos_params.spice new file mode 100644 index 0000000..a6959aa --- /dev/null +++ b/schematic/simulation/save_mos_params.spice @@ -0,0 +1,13 @@ +.CONTROL + +FOREACH param id gm vth vds + FOREACH pfet 1 2 3 8 9 10 11 12 + SAVE @m.x1.xm{$pfet}.msky130_fd_pr__pfet_01v8_lvt[{$param}] + END + + FOREACH nfet 4 5 6 7 13 14 + SAVE @m.x1.xm{$nfet}.msky130_fd_pr__nfet_01v8_lvt[{$param}] + END +END + +.ENDC |