Haziq Rohail
11/23/2023, 1:56 AMMitch Bailey
11/23/2023, 2:05 AMgf180mcuD
. It has a thicker top metal layer.
I think you use the -force
option to load the gf180mcuC
layout in magic and then rewrite everything with gf180mcuD
.Atif Khan
11/23/2023, 11:52 AMAtif Khan
11/23/2023, 11:53 AMMitch Bailey
11/23/2023, 2:15 PMmagic force
?Atif Khan
11/23/2023, 4:23 PMAtif Khan
11/23/2023, 4:24 PMTim Edwards
11/23/2023, 4:29 PMload <top_cell> -force
and then write everything out with writeall force
.Atif Khan
11/23/2023, 4:30 PMTim Edwards
11/23/2023, 4:33 PMMitch Bailey
11/23/2023, 11:09 PMMakefile
curl <https://raw.githubusercontent.com/efabless/caravel_user_project/gf180mcu/Makefile> > Makefile
export PDK=gf180mcuD
make setup
Atif Khan
11/24/2023, 5:05 AMAtif Khan
11/24/2023, 5:05 AMAtif Khan
11/24/2023, 5:07 AMAtif Khan
11/24/2023, 5:07 AMAtif Khan
11/24/2023, 5:32 AMAtif Khan
11/24/2023, 5:32 AMMitch Bailey
11/24/2023, 12:58 PMenv | grep PDK
If PDK
is set, you can unset PDK
and then make setup