they are passed straight through , they are global signals that don't need activating
h
hamza shabbir
04/24/2023, 5:28 PM
Is there any detail documentation available on Digital Mode of IOs @Matt Venn@Tim Edwards
hamza shabbir
04/24/2023, 7:51 PM
whenever i change the configuration as per my project and run make check it never make the Lower IO pass. I have tried it for all the parts. Is it good to rely on make check or should i ignore it
hamza shabbir
04/25/2023, 4:43 AM
I got little confuse about GPIO Configurations. Let say i want to use GPIO[8:10] from my user area so i have define them as C_USER_OUT in my gpio_config_io.py file and set as GPIO_MODE_USER_STD_OUTPUT in my c file. Is this setting is correct. or should i set both of them as Management outputs?