Are the caravel/caravan gds files for gf180mcu ava...
# gf180mcu
f
Are the caravel/caravan gds files for gf180mcu available ? I updated to latest main of caravel repo but it seems to only contain sky130 gds files. Main interest is in gf180mcu user_project_wrapper_empty.gds and user_analog_project_wrapper_empty.gds for gf180mcu to allow doing bring own gds tape-out.
p
Updated caravel (frame) repo is here https://github.com/efabless/caravel-gf180mcu
👍 1
the caravel user project Makefile will fetch it automatically when
PDK=gfmcu180C
https://github.com/efabless/caravel_user_project/blob/main/Makefile#L73
f
@Tim Edwards @jeffdi @proppy There is an error in the provided def files in caravel_user_project.
Copy code
- analog_io[0] + NET analog_io[0] + DIRECTION INOUT + USE SIGNAL
      + PORT
        + LAYER Metal3 ( -7200 -1120 ) ( 7200 1120 )
        + PLACED ( 6002400 2434320 ) N ;
The '+ PORT' line may not be there; with that line the reference def parsing code silently ignore the pin shape and placement.
t
@FatsieFS: I don't get what is not correct about that syntax?
f