I am using cadence ICADVM 20.1-64b and ADE Assembler for my simulations. I am trying to setup integration between cadence and Matlab to do my post-data simulation. I have followed the link below to setup all my environments including:
setenv CDSHOME /Cadence_tools/Virtuoso/IC618ISR_lnx86
setenv SPECTREHOME /Cadence_tools/Spectre/Spectre20.1_ISR/
setenv MATLABHOME /OTHER_TOOLS/MATLAB/R2021b
set path = ($CDSHOME/tools/bin $CDSHOME/tools/dfII/bin $SPECTREHOME/tools/bin $MATLABHOME/bin)
when I type "'which axlMatlab' in the UNIX terminal, I can see that the MATLAB can be invoked from ADE Assembler. However, as mentioned in the link when I check to see if MATLAB can be invoked from Virtuoso using system(“axlMatlab”) in CIW, Matlab does not start and in CIW I saw number 1 which I have no idea what it is. I would appreciate any sort of help in this regard. Also, I don't see the "M" button in my ADE Assembler. I am not sure in order to be able to see the "M" button should I set .cdsinit or if anything else is needed.