From 050b8900b1f27709acc4e2e1044c5be1034a9493 Mon Sep 17 00:00:00 2001 From: PhillipRambo <93056982+PhillipRambo@users.noreply.github.com> Date: Tue, 22 Apr 2025 15:52:15 +0200 Subject: [PATCH] Update README.md --- modules/module_0_foundations/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/module_0_foundations/README.md b/modules/module_0_foundations/README.md index e85a230a..a59e5d43 100644 --- a/modules/module_0_foundations/README.md +++ b/modules/module_0_foundations/README.md @@ -1,10 +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. +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 excellent [`gmid`](https://github.com/medwatt/gmid) project, which provides detailed documentation and well-structured scripts for generating lookup tables. Many thanks to medwatt for making this resource available — if you're working on similar tasks, I highly recommend taking a look at the repository! -The primary scripts used for the SG13 low-voltage process are: +The scripts that was made for generating the LUTs can be found as: - `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) +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)