Eva
08/16/2024, 6:56 PMMitch Bailey
08/16/2024, 10:51 PMcaravel_project_wrapper
.
git clone <https://github.com/efabless/caravel_project_wrapper>
cd caravel_project_wrapper
make setup
make precheck
then create an lvs
directory and add directories that match your cell names there.
Under each cell name, create an lvs_config.json
file. (See $PRECHECK_ROOT/checks/be_checks/tech/$PDK
for examples.)
Then just run make lvs-<cellname>
glayout also has the ability to produce spice netlists. I don’t know the details though.Eva
08/18/2024, 10:36 AMMitch Bailey
08/18/2024, 2:30 PMcaravel_user_project
, the top level is user_project_wrapper
.