GitHub
11/14/2023, 11:17 PMDiagnostic: Creating qflow.magicrc
Diagnostic: Found a tech load command in .magicrc
Diagnostic: tech load not trusted
Diagnostic: Inserting own tech load
Magic version is 8.3.443
For clarity, after clicking "Edit Layout", qflow.magicrc is generated:
Screenshot from 2023-11-14 16-49-07▾
Screenshot from 2023-11-14 16-52-54▾
loading history file ... 26 events added
Use openwrapper to create a new GUI-based layout window
Use closewrapper to remove a new GUI-based layout window
Magic 8.3 revision 443 - Compiled on Thu Nov 2 09:18:22 AM CDT 2023.
Starting magic under Tcl interpreter
Using Tk console window
Processing system .magicrc file
Could not find file 'SCN4M_SUBM.20.tech' in any of these directories:
. $CAD_ROOT/magic/sys $CAD_ROOT/magic/sys/current
4 Magic internal units = 1 Lambda
New windows will not have a title caption.
New windows will not have scroll bars.
New windows will not have a border.
Root cell box:
width x height ( llx, lly ), ( urx, ury )
At first I thought this was an issue in qflow. But now I'm wondering if the intended function of magic is to load from .magicrc then qflow.rc. If so, something appears to be wrong in magic. If not, something might be wrong with the way qflow inserts the tech load
.
temporary work around
By adding the tech load
line to qflow.magicrc
, overwritting the hidden file mv ./qflow.magicrc ./.magicrc
, then running magic
, I can view the design.
Screenshot from 2023-11-14 17-10-13▾
loading history file ... 26 events added
Use openwrapper to create a new GUI-based layout window
Use closewrapper to remove a new GUI-based layout window
Magic 8.3 revision 443 - Compiled on Thu Nov 2 09:18:22 AM CDT 2023.
Starting magic under Tcl interpreter
Using Tk console window
Using TrueColor, VisualID 0x3b depth 24
Processing system .magicrc file
Could not find file 'SCN4M_SUBM.20.tech' in any of these directories:
. $CAD_ROOT/magic/sys $CAD_ROOT/magic/sys/current
Input style lambda=0.20(p): scaleFactor=20, multiplier=1
Contact size value ignored (using GDS generation rules).
Contact size value ignored (using GDS generation rules).
Contact size value ignored (using GDS generation rules).
Contact size value ignored (using GDS generation rules).
Contact size value ignored (using GDS generation rules).
Contact size value ignored (using GDS generation rules).
The following types are not handled by extraction and will be treated as non-electrical types:
n_field_implant p_field_implant nselect pselect glass filln filla fillb xp m1p m2p m3p m4p comment bb
4 Magic internal units = 1 Lambda
New windows will not have a title caption.
New windows will not have scroll bars.
New windows will not have a border.
Repainting console in magic layout window colors
Root cell box:
width x height ( llx, lly ), ( urx, ury )
RTimothyEdwards/magicGitHub
11/15/2023, 2:32 AM