Create README.md

This commit is contained in:
PhillipRambo 2025-04-22 15:48:26 +02:00 committed by GitHub
parent a090632fb5
commit a7e79f0b8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
### Lookup Table Generation
To generate the lookup tables (LUTs) used in this chapter, we utilized resources from the GitHub repository by [medwatt](https://github.com/medwatt). Specifically, the LUT generation was based on his [`gmid`](https://github.com/medwatt/gmid) project, which includes detailed documentation and supporting scripts.
The primary scripts used for the SG13 low-voltage process are:
- `sg13_nmos_lv.py`
- `sg13_pmos_lv.py`
These scripts can be adapted to generate LUTs for various configurations. For a practical use case and a more detailed explanation of how these LUTs are applied, please refer to the slides (Introduction_and_welcome_1)