# ncsu **Repository Path**: chuFAB/ncsu ## Basic Information - **Project Name**: ncsu - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-07-26 - **Last Updated**: 2023-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Link ----------- https://www.eda.ncsu.edu/wiki/Cadence_FAQ Note ---------- We currently have three installations of Virtuoso. It can get confusing, because we sometimes refer to the version by the "add" command, sometimes by the version string that the command getVersion() gives in the CIW, and sometimes by the name of Cadence distribution. Here are different values for each version: |add command | cadence distribution name | getVersion() string | note | |---------------|----------------------------|---------------------|--------------------| |add cadence2005| IC5141 | version 5.1.0 | | |add cadence2006| ICOA5251 | version 5.2.1 | based on the OA db | |add cadence2007| IC611 | version 6.1.1 | based on the OA db | Note that ICOA5251 and IC611 are based on the OpenAccess Database. You will need to use the command cdb2oa to convert designs from IC5141 and earlier, to use the new versions of Cadence. Note also that the command used to start Design Framework II is "icfb" with IC5141 and ICOA5251, but it is "virtuoso" with IC611. List --------------- * NCSU-CDK-1.5.1.tar * NCSU-CDK-1.6.0.beta.tar * NCSU-FreePDK15-1.2.tar * NCSU-FreePDK3D45-1.1.tar * NCSU-FreePDK45-1.4.tar * NCSU-LithoSim-FreePDK45-1.2.tar git command ------------------ ```bash git clone git@gitee.com:chuPDK/ncsu.git cd ncsu git submodule init git submodule update ```