Hi guys i got 2 questions..
i implemented two custom IPs in the PL fabric but i need to transfer values/signals to them from the PS (baremetal C).
first i have an "enable" signal which is an input to my PL implementation, is there anywhere to drive this signal from the PS? im planning to use the AXI for this purpose. (1 bit of AXI) is there any other methods??
The other thing i have is parameters defined in the PL, or registers. the values of these registers will control FIFO (custom fifos) and queue sizes tha i created. Is there a way to write to those registers from the PS?
Many thanks guys!