




NUM_INPUT parameter controls the number of gf180mcu_fd_io__in_c pads, which is a digital input pad. https://github.com/wafer-space/gf180mcu-project-template/blob/a4805b8bb19a960c107ed6f199936e6442d52207/src/chip_top.sv#L242C9-L242C29
The analog pad is gf180mcu_fd_io__asig_5p0. I will add another parameter NUM_ANALOG that instantiates analog pads.
No, there was no particular thinking of the location besides having them at pad_0/pad_1. You can easily swap pins by editing the LibreLane configuration: https://github.com/wafer-space/gf180mcu-project-template/blob/main/librelane/config.yaml
It might make sense to move those closer to the center in the template. Just do understand this better: Does this really make a difference for clock/reset delta? The pads are directly next to each other.
Could it be because the clock root buffer for the clock tree is located somewhere in the middle of the chip, and the reset does not form a tree?
