BAG primitives for cds_ff_mpt technology.
This repository serves as a good example on how the process-specific component of BAG should be set up.
This library is licensed under the Apache-2.0 license. However, some source files are licensed under both Apache-2.0 and BSD-3-Clause license, meaning that the user must comply with the terms and conditions of both licenses. See here for full text of the BSD license, and here for full text of the Apache license. See individual files to check if they fall under Apache-2.0, or both Apache-2.0 and BSD-3-Clause.
To configure this repository for your own setup, the following files in the workspace_setup
folder should be changed:
-
.cdsinit.personal
change the simulation directory to a suitable location (defaults to be in the BAG working directory).
-
.cdsinit
the "editor" variable should be changed to point to your favorite editor.
-
.bashrc
modify so that Virtuoso/OpenAccess/cdsLibPlugin are setup properly.
-
.bashrc_bag
modify so that they point to the right python/jupyter/pytest executable.
-
.cshrc, .cshrc_bag
tcsh version of the bash setup.
-
PDK
should symlink to the cds_ff_mpt PDK library downloaded from Cadence Support
Finally, the "modelfile" entries in the corners_setup.sdb
file in the top level directory should be modified to
point to the correct location.
-
create a new git repo.
-
add
BAG_framework
and the technology repository as git submodules.git submodule add <BAG_framework URL> git submodule add <tech repo URL>
-
check out appropriate branches, update BAG_framework submodules.
-
in workspace folder, run:
./<tech repo>/install.sh
-
source
.bashrc
, edit bag_submodules.yaml, then run:./setup_submdoules.py
-
commit and push all changes. Now the workspace repo is set up.