Name | Modified | Size | Downloads / Week |
---|---|---|---|
ImepInstallFileData.tar.gz | 2013-09-29 | 47.7 kB | |
README.txt | 2013-09-29 | 2.4 kB | |
Totals: 2 Items | 50.2 kB | 1 |
###################README FILE by ayssar Serhan################# ######################IMEP-LAHC 15 sep 2013####################### ###################Prepare the environement######################## ################################################################## Please read the file before starting any step ########################IMEP Sim Integration############################# 1- copy the downloaded folder (ImepInstallFile.tar.gz) to your cadence working directory 2- go to your cadence working directory and unzip the folder : tar -xzvf ImepInstallFile.tar. 3- delete the original folder: rm -rf ImepInstallFile.tar.gz 4- go to the decompresed folder: cd ImepInstallFile 5- run the installation script: ./insatllImepSimu.sh ( note: make sure that insatllImepSimu.sh is executable, if no do : chmod u+x insatllImepSimu.sh and then execute the script) 6- go back to your working directory cd .. 7- open your cdsinit file : nedit .cdsinit 8- add these two lines at the end of your cdsinit: load "Simulator.il" deRegUserTriggers("schematic" nil 'AddSimIcon) 9- source your cadence bash and launch a cadence session 10- open a schematic view and verify that a new menu called " imepSim" is created. if yes then you are success fully integrated the interface. ########################ngspice installation############################# 11- make sure that you have installed ngspice on your machine (for more information about ngspice installation go to http://web.engr.oregonstate.edu/~traylor/ece391/install_ngspice ) 12- once your ngspice is installed, call it from your cadence bash: export NGSPICEHOME=put the ngspice installation directory here export PATH="NGSPICEHOM$/bin:${path}" for tcsh mode, change export to setenv 13- install gwave on your machine: sudo apt-get install gwave ######################## CADENCE .cdsinit NOTE############################# 14- Add the following lines to your .cdsinit: load "Simulator.il" deRegUserTriggers("schematic" nil 'AddSimIcon) envSetVal("asimenv.startup" "projectDir" `string "../simulation") ################################################################## ###################serhana@minatec.inpg.fr######################### ######################IMEP-LAHC 15 sep 2013####################### ##################################################################