Emilio Baungarten
04/02/2024, 7:37 PMuser_defines.v
file, and I redefine the configuration in the io_ports.c
file.
In the user_defines.v file, I define if the pins will work as input or output, also, I redefine this configuration in the io_ports.c file, however the simulation shows Z for the output pins, when observing the output of the user_area this shows the output and correct operation of the module but it does not reach to connect to the GPIO port as output of the user area.
I attach the images of the testbench, the signal of the port [23] comes out of the user area but does not appear in the caravel output, I have checked the GPIO configurations and these appear enabled for the MGMT despite the explicit configuration in user_defines.v
and io_ports.c
, what am I configured incorrectly?