Johan Euphrosine

Results 579 comments of Johan Euphrosine

Also noticed that `user_proj_example` and `user_project_wrapper` use a mix of `script_dir` and `DESIGN_DIR`: - https://github.com/efabless/caravel_user_project/blob/main/openlane/user_proj_example/config.tcl#L19 - https://github.com/efabless/caravel_user_project/blob/main/openlane/user_project_wrapper/config.tcl#L26

Also see https://github.com/The-OpenROAD-Project/OpenLane/blob/1c5db8511e173776b6da775a853581f090e52623/scripts/config/migrate.py#L72

/cc @mithro @QuantamHD

@jeffdi is there any public documentation on how to get the design working on a CMOD/A7 board?

@RTimothyEdwards mentioned in https://open-source-silicon.slack.com/archives/C03R1GRP9LG/p1675914768575299 mentioned that the following things could be done: - replacing 11 GPIO along the top and sides with analog pads - extracting the verilog for the...

Maybe related to https://github.com/efabless/globalfoundries-pdk-libs-gf180mcu_fd_pr/issues/1

I think this is due to: https://github.com/KLayout/klayout/issues/1189 And likely to only happen in memory limited environment (like github actions). It is fixed with: https://github.com/KLayout/klayout/pull/1193 but will only land in klayout...

> - KLayout Checks > - Most checks don't have GF equivalents Does that mean that the klayout decks at https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_pr/tree/e1b4e187900370103bf9b8a22bb8625f883368ef/rules/klayout are incomplete? > - Magic DRC Check Where do...