Forum Discussion

TomCarpenter's avatar
TomCarpenter
Icon for Occasional Contributor rankOccasional Contributor
2 years ago
Solved

Arria 10 HPS, SPIM mapped to FPGA

I am trying to wire up a SPIM peripheral from the Arria 10 HPS to FPGA IO pins, and there is one point of confusion in the technical reference manual. In Table 214, the naming of pins, there is an o...
  • TomCarpenter's avatar
    2 years ago

    So my issue was actually a pin assignment rather than the output enable logic.

    After a bit of testing, it would seem for the Arria 10 the diagram in the technical reference manual is wrong. The output enable is active high

    Following the signal naming convention not the diagram. The output enable is active high:

    assign mosi = spim_mosi_oe ? spim_mosi_o : 1'bz;