I read the post https://community.cadence.com/cadence_technology_forums/f/custom-ic-skill/37048/when-is-cdsinit-local-loaded
It tells me that the .cdsinit load order is:
- <ICinstDir>/tools/dfII/local/.cdsinit
- ./.cdsinit
- ~/.cdsinit
and
" whichever file is found first in the search sequence is the only one loaded (by virtuoso). It does not load any later files in the sequence (unless that has been coded into the first .cdsinit file it loads)."
Is there a way to load later files ?
for example, our team put a public .cdsinit in <ICinstDir>/tools/dfII/local/.cdsinit,
everyone can load this file without any configurations
also allows users to have their own .cdsinit file in the work directory or $HOME
and while launch the virtuoso, it will load <ICinstDir>/tools/dfII/local/.cdsinit at first, then load .cdsinit in the work directory.
Thanks