Ellen Wood
07/05/2023, 12:13 PMMitch Bailey
07/05/2023, 12:56 PM#0
suffix is added to cell names when magic detects a cell in what it thinks is a different location than the one it has in memory. You can open your .mag
files in a text editor and check the first use
statement for each cell. Normally, these should not contain absolute path names.
Loading a cell with the -dereference
option, may also fix the problem. This ignores the locations specified in the .mag
file and instead searches the search path
.Ellen Wood
07/05/2023, 1:17 PM#0
suffix. Should I delete all absolute paths and delete the #0
on all the instances?Ellen Wood
07/05/2023, 1:17 PMEllen Wood
07/05/2023, 1:20 PMTim Edwards
07/05/2023, 1:25 PM#
suffixes that got into the output. I'm not sure how they got that way, but it appears to have to do with referencing a /root/
directory that might be caused by running in Docker (?). It works best if all design files (as opposed to PDK files) are in your own home path somewhere. Preferably be in the topmost directory with the design files when you launch magic.Ellen Wood
07/05/2023, 1:28 PM