Mitch Bailey
03/07/2023, 5:56 AMaddpath
in magic to add search paths for cells, does the first path added have priority or the last path? I couldn’t find anything in the documentation here. I’m wondering what happens when cells exist in multiple directories.Tim Edwards
03/07/2023, 3:04 PMaddpath
.Mitch Bailey
03/07/2023, 3:19 PMaddpath $(CARAVEL_ROOT)/mag; \
addpath $(UPRJ_ROOT)/mag; \
and the same cell exists in both directories and the parent cell is loaded with -dereference
, the cells in CARAVEL_ROOT
will have precedence over those in UPRJ_ROOT
, correct?Tim Edwards
03/07/2023, 3:20 PMMitch Bailey
03/07/2023, 9:39 PMmag
files can have absolute or relative paths to instances, correct? When the paths are relative, is that relative to the run directory or relative to the mag
data being loaded?Tim Edwards
03/08/2023, 6:59 PMmag
being loaded. That's the only interpretation that makes sense; if you instance cell A
from an absolute path, and cell A
instantiates cell B
from a relative path, then that relative path must always be interpreted as being relative to cell `A`'s location.Mitch Bailey
03/09/2023, 1:07 PMMitch Bailey
03/09/2023, 11:19 PMGDS_FILE
pointer (where that gds includes C’), is there a situation where opening with 2 gives a magic view of A-B’-C but the gds output is A-B’-C’?Tim Edwards
03/10/2023, 12:32 AM