Zeyi Wang
11/22/2022, 9:51 PMTim Edwards
11/23/2022, 2:09 AMsource
command is pure Tcl code, so it's just processed by the Tcl interpreter and doesn't have anything to do with cells. There's an auto_path
command in Tcl that could be used, possibly, to make a copy of the cell path list so that source
searches the same set of paths.Zeyi Wang
11/23/2022, 4:33 PM