Forum Discussion

AnttiLukats's avatar
AnttiLukats
Icon for Occasional Contributor rankOccasional Contributor
10 months ago
Solved

Agilex5 add own IP fails in RiscFree

It seems all attempts to add own IP cores fail when accessed from NIOS-V We did simplesrt possible IP core: module pio ( input wire reset_rst, // reset.reset input wire [3:0] avl_mem_address, // ...
  • AnttiLukats's avatar
    10 months ago

    I fixed the problem by removing readdatavalid signals. Now it works in RiscFree. So it was a problem with the IP core.

    It seems the new version of the tools are very strict about Avalon protocol.