Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelk99 committed Aug 30, 2024
2 parents 35b86c5 + 2def301 commit ab2ed21
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
/cace/netlist
/figures/_fig_*_files
/index_files/
/runs
/site_libs/
/sizing/*.out.ipynb
/sizing/sizing_*_files
/sizing/techsweep_*_files
/xschem/simulation*
/_runs
5 changes: 0 additions & 5 deletions cace/_docs/ota-5t.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,3 @@
## Schematic

![Schematic of ota-5t](ota-5t_schematic.svg)

## Layout

![Layout of ota-5t with white background](ota-5t_w.png)
![Layout of ota-5t with black background](ota-5t_b.png)
Binary file modified cace/_docs/ota-5t/schematic/bw_vs_corner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cace/_docs/ota-5t/schematic/bw_vs_temp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cace/_docs/ota-5t/schematic/bw_vs_vdd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cace/_docs/ota-5t/schematic/bw_vs_vin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cace/_docs/ota-5t/schematic/gain_vs_corner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cace/_docs/ota-5t/schematic/gain_vs_temp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cace/_docs/ota-5t/schematic/gain_vs_vdd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cace/_docs/ota-5t/schematic/gain_vs_vin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cace/_docs/ota-5t/schematic/noise_vs_corner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cace/_docs/ota-5t/schematic/noise_vs_temp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cace/_docs/ota-5t/schematic/noise_vs_vdd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cace/_docs/ota-5t/schematic/noise_vs_vin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions cace/voltage-buffer-ota.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ paths:
schematic: xschem
netlist: cace/netlist
documentation: cace/_docs
runs: _runs

pins:
vdd:
Expand Down Expand Up @@ -108,34 +109,42 @@ parameters:
type: xyplot
xaxis: temp
yaxis: gain
limits: auto
gain_vs_vin:
type: xyplot
xaxis: vin
yaxis: gain
limits: auto
gain_vs_vdd:
type: xyplot
xaxis: vdd
yaxis: gain
limits: auto
gain_vs_corner:
type: xyplot
xaxis: corner
yaxis: gain
limits: auto
bw_vs_temp:
type: xyplot
xaxis: temp
yaxis: bw
limits: auto
bw_vs_vin:
type: xyplot
xaxis: vin
yaxis: bw
limits: auto
bw_vs_vdd:
type: xyplot
xaxis: vdd
yaxis: bw
limits: auto
bw_vs_corner:
type: xyplot
xaxis: corner
yaxis: bw
limits: auto
conditions:
corner:
enumerate: [ss, sf, tt, fs, ff]
Expand Down Expand Up @@ -175,18 +184,22 @@ parameters:
type: xyplot
xaxis: temp
yaxis: noise
limits: auto
noise_vs_vin:
type: xyplot
xaxis: vin
yaxis: noise
limits: auto
noise_vs_vdd:
type: xyplot
xaxis: vdd
yaxis: noise
limits: auto
noise_vs_corner:
type: xyplot
xaxis: corner
yaxis: noise
limits: auto
conditions:
corner:
enumerate: [ss, sf, tt, fs, ff]
Expand Down Expand Up @@ -226,18 +239,22 @@ parameters:
type: xyplot
xaxis: temp
yaxis: tsettle
limits: auto
settling_vs_vin:
type: xyplot
xaxis: vin
yaxis: tsettle
limits: auto
settling_vs_vdd:
type: xyplot
xaxis: vdd
yaxis: tsettle
limits: auto
settling_vs_corner:
type: xyplot
xaxis: corner
yaxis: tsettle
limits: auto
conditions:
corner:
enumerate: [ss, sf, tt, fs, ff]
Expand Down

0 comments on commit ab2ed21

Please sign in to comment.