diff --git a/scripts/qflow_manager.py.in b/scripts/qflow_manager.py.in index f4f670b..6b58a7f 100755 --- a/scripts/qflow_manager.py.in +++ b/scripts/qflow_manager.py.in @@ -1367,16 +1367,15 @@ class QflowManager(ttk.Frame): print('Diagnostic: tech load not trusted') with open(ldir + '/qflow.magicrc', 'w') as ofile: - if tech_loaded == False: - print('Diagnostic: Inserting own tech load') - techfile = self.get_project_techfile() - if techfile: - print('tech load ' + techfile + ' -noprompt', file=ofile) - for line in rclines: if 'tech load' in line: if tech_loaded == True: print(line, file=ofile) + else: + techfile = self.get_project_techfile() + print('Diagnostic: Inserting own tech load') + if techfile: + print('tech load ' + techfile + ' -noprompt', file=ofile) else: print(line, file=ofile) diff --git a/tech/osu018/osu018.sh b/tech/osu018/osu018.sh index 16808e8..2476d73 100644 --- a/tech/osu018/osu018.sh +++ b/tech/osu018/osu018.sh @@ -66,7 +66,7 @@ set tielo="" ;# Cell to connect to ground, if one exists set tielopin_out="" ;# Output pin name of tielo cell, if it exists set separator="" ;# Separator between gate names and drive strengths -set techfile=SCN4M_SUBM.20 ;# magic techfile +set techfile=SCN6M_SUBM.10 ;# magic techfile set magicrc=osu018.magicrc ;# magic startup script set gdsfile=osu018_stdcells.gds2 ;# GDS database of standard cells