Merge pull request #88 from stineje/main

fix typo - remove extra p at end of script
This commit is contained in:
Ross Thompson 2023-02-16 15:53:39 -06:00 committed by GitHub
commit a6915a385a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,6 @@ if {$tech == "sky130"} {
set TLUPLUS true set TLUPLUS true
set mw_logic1_net VDD set mw_logic1_net VDD
set mw_logic0_net VSS set mw_logic0_net VSS
set TLU_PDK /home/jstine/TLU+/
set CAPTABLE $TLU/1p8m/ set CAPTABLE $TLU/1p8m/
set MW_REFERENCE_LIBRARY /home/jstine/MW set MW_REFERENCE_LIBRARY /home/jstine/MW
set MW_TECH_FILE tcbn28hpcplusbwp30p140 set MW_TECH_FILE tcbn28hpcplusbwp30p140

View File

@ -40,7 +40,7 @@ if __name__ == '__main__':
tech = args.tech if args.tech else 'sky90' tech = args.tech if args.tech else 'sky90'
maxopt = int(args.maxopt) maxopt = int(args.maxopt)
usesram = int(args.usesram) usesram = int(args.usesram)
usetopo = int(args.usetopop) usetopo = int(args.usetopo)
mod = 'orig' mod = 'orig'
if args.freqsweep: if args.freqsweep: