Altera_Forum
Honored Contributor
12 years agoExternal Interface-like connection HPS to FPGA
Hello all,
I am trying to find a way to connect the HPS to the FPGA logic using an interface similar to those external interfaces which can be found in microcontrollers. Something with an address and data buses and the necessary control signals (CS, WE...). I intend to read and write to different configuration registers for my hardware components. Until now I have been using the PIO Parallel unit but the ~500 LUTs and ~350 registers which are instantiated with every new node I add are way too much what I can spend. Also there I have no chance to detect new values I put at the output of the PIO unit from the FPGA logic unless I modify the automatically generated code manually. Thank you very much in advance :)