Closed RTimothyEdwards closed 1 year ago
@RTimothyEdwards I fixed that in the PnR branch that I am working on and added the connection to the layout. Check this commit. https://github.com/efabless/caravel-gf180mcu/commit/6ab794ee3a678e2bd5fedf95d57673be5f4571bd
(1) Signal pins should never be put inside a USE_POWER_PINS block (2) Signals should never be connected directly to power supplies
This needs either a constant-value output from the SoC, or (preferably) add four bits to the GPIO control register in the SoC core to drive these four signals.