Update foundations.md

This commit is contained in:
PhillipRambo 2024-10-29 10:54:04 +01:00 committed by GitHub
parent 24b0761b21
commit 07c7627cc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -158,8 +158,7 @@ For the second code block we want to include the model for the transistors, whic
name=MODEL only_toplevel=true name=MODEL only_toplevel=true
format="tcleval( @value )" format="tcleval( @value )"
value=" value="
.lib cornerMOSlv.lib mos_tt .lib cornerMOSlv.lib mos_tt"
"
``` ```
Here we see that the corner of the models is chosen as typical typical. More about this in the later modules.... Here we see that the corner of the models is chosen as typical typical. More about this in the later modules....