Skip to content

Commit

Permalink
fix pre-commit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kalabYibeltal committed May 6, 2022
1 parent 68c7369 commit eb689e7
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
*.prn
*.log
*.out
env
pre-commit-2.19.0

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Please contact [email protected] if you have any questions.
Block Architecture:
- Temperature-sensitive ring oscillator and stacked zero-VT devices.
![plot](./markdown%20images/tempSensor-BA.png)
Documentation **[link](https://fasoc.engin.umich.edu/thermal-sensor/)**
Documentation **[link](https://fasoc.engin.umich.edu/thermal-sensor/)**



Expand All @@ -85,12 +85,9 @@ Please contact [email protected] if you have any questions.
![plot](./markdown%20images/LDO-BA.png)
Documentation **[link](https://fasoc.engin.umich.edu/digital-ldo/)**

**[dcdc-gen:-](https://github.com/idea-fasoc/OpenFASOC/tree/main/openfasoc/generators/dcdc-gen)** For synthesizable on-chip power management circuits, we use the “2:1 SC Cell” auxiliary cell for implementing a switched-capacitor (SC) based DC-DC converter. By varying the number of auxiliary cells, we can achieve wide range of conversion ratios with fine grain resolution. It operates similarly to a successive approximation analog to digital converter (SAR ADC). Furthermore, since the total structure is simply composed of auxiliary cells, it is ideal for the proposed flow of automating the analog block design.
**[dcdc-gen:-](https://github.com/idea-fasoc/OpenFASOC/tree/main/openfasoc/generators/dcdc-gen)** For synthesizable on-chip power management circuits, we use the “2:1 SC Cell” auxiliary cell for implementing a switched-capacitor (SC) based DC-DC converter. By varying the number of auxiliary cells, we can achieve wide range of conversion ratios with fine grain resolution. It operates similarly to a successive approximation analog to digital converter (SAR ADC). Furthermore, since the total structure is simply composed of auxiliary cells, it is ideal for the proposed flow of automating the analog block design. Documentation **[link](https://fasoc.engin.umich.edu/dc-dc-converter/)**


Documentation **[link](https://fasoc.engin.umich.edu/dc-dc-converter/)**

**[cryo-gen:-](https://github.com/idea-fasoc/OpenFASOC/tree/main/openfasoc/generators/cryo-gen)**
**[cryo-gen:-](https://github.com/idea-fasoc/OpenFASOC/tree/main/openfasoc/generators/cryo-gen)**

**[gdsfactory:-](https://github.com/idea-fasoc/OpenFASOC/tree/main/openfasoc/generators/gdsfactory)**

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
2 changes: 1 addition & 1 deletion openfasoc/common/platforms/sky130hd/patterns.rules
2 changes: 1 addition & 1 deletion openfasoc/common/platforms/sky130hvl/gds/.magicrc
2 changes: 1 addition & 1 deletion openfasoc/common/platforms/sky130hvl/patterns.rules
2 changes: 1 addition & 1 deletion openfasoc/common/platforms/sky130osu18Tls/patterns.rules
2 changes: 1 addition & 1 deletion openfasoc/common/platforms/sky130osu18Tms/patterns.rules
Binary file added pre-commit-2.19.0.pyz
Binary file not shown.

0 comments on commit eb689e7

Please sign in to comment.