I don’t know if this is relevant to the current co...
# mpw-2-silicon
m
I don’t know if this is relevant to the current configuration routines, but the mpw-2 caravel (digital) layout has an incorrect
gpio_defaults_block
at
mprj_io[34]
. The verilog has
gpio_defaults_block_0403
but the layout has
gpio_defaults_block
(
0000
). Verilog:
Copy code
gpio_defaults_block_0403 gpio_defaults_block_34 (
Layout:
t
It should not affect anyone's testing unless they (1) only used GPIOs for inputs (2) were using GPIO 34, and (3) were expecting to rely on the GPIO default state at power-up. I do not expect that there is any project that satisfies all three conditions.
👍 1
m
The verilog is all zeros, but the
gpio_default_block
layout looks to be
0402
.