Hello,
I am following Quantus Transistor-Level T2: Parasitic Extraction Training.
If I do not source QUANTUS.cshrc, I can launch Virtuoso.
But after modifying QUANTUS.cshrc file and source it as per the instructions, I cannot launch Virtuoso.
The CIW pops up and then disappears.
According to the README, I need to modify some paths and run the test script after that.
I ran the test and it is good to go.
This is the only modification I made.
#setenv CDSHOME /cds/IC618 # Please update this path to a valid virtuoso IC618 local path
setenv CDSHOME /data/europractice/cds/cds_2020/IC618
#setenv PVSHOME /cds/PVS161 # Please update this path to a valid Pegasus 19.1 local path
setenv PVSHOME /data/europractice/cds/cds_2020/PVS161
#setenv QRC_HOME /cds/EXT191 # Please update this path to a valid Quantus EXT 19.1 local path
setenv QRC_HOME /data/europractice/cds/cds_2019/EXT191
I might just miss something simple here, but cannot figure it out.
Is there any thing that I can try?