Anton Blanchard
01/28/2022, 8:05 AMuser_defines.v/gen_gpio_defaults.py
?Tim Edwards
01/28/2022, 2:35 PMTim Edwards
01/28/2022, 3:03 PMAnton Blanchard
01/28/2022, 7:39 PMLekan Afuye
03/20/2022, 5:47 PMuser_defines.v
1. Can you please confirm the value to set to is GPIO_MODE_USER_STD_ANALOG
for analog projects with direct connections to pads?
2. user_defines.v
is defined under the caravel project submodule which isn't updated when I push to my forked repo. Is there a custom location to put it within my project's repo to ensure it's picked up when the final chip is generated?Tim Edwards
03/21/2022, 1:48 PMGPIO_MODE_USER_STD_ANALOG
is the correct mode for analog signals connected to a GPIO. Your custom version of the file should be in your caravel_user_project/verilog/rtl
directory.Tim Edwards
03/21/2022, 1:50 PMAnton Blanchard
03/24/2022, 6:23 PM