Stefan Schippers
08/05/2022, 7:22 PMTim Edwards
08/05/2022, 9:38 PMgf180mcu-pdk
is a parent repository of which the individual libraries like gf180mcu_fd_pr
are submodules. The skywater-pdk
repository was done similarly; however, I am treating the GF repository slightly differently in open_pdks. For SkyWater, having the top level repository was (I think) necessary because it is necessary to run make timing
to create all the Liberty files from raw data. GF needs no such top-level make
, so in open_pdks I am just cloning each of the submodules independently as its own repository, and ignoring the top level repository completely.Stefan Schippers
08/05/2022, 11:32 PM