Forum Discussion

NAdel1's avatar
NAdel1
Icon for New Contributor rankNew Contributor
6 years ago
Solved

Cyclone V Generic Flash Serial IP, connecting pins i want to connect the IP to the dedicated pins myself, How to do it?

should i connect like a regular pin with assignment editor, one line for "I/O standard" and one line for "location" and that it, or i need to make another configurations? i marked in the IP the "Di...
  • NAdel1's avatar
    NAdel1
    6 years ago

    Hi Wolfgang,

    Eventually I gave up!

    I didn't 'tick' none of them, but I sill can see the signals in simulation through the hierarchy: "qspi_inf_inst/dedicated_interface".

    About my other question, I saw that the REMOTE IP work on 20MHz max and my design (write/read) on much more, so I multiplexered clocks when the "select" is the "pof_error" signal so if the remote failed, I can write or read with the fast clock.

    the quartus commented "19016 Clock multiplexers are found and protected".

    all the others signals of the GFSI are multiplexered too.

    Another problem is that the GFSI gives the data in burst of 32 bit while the REMOTE input is only 8 bit, so I needed to generate read pulse to the GFSI every 4 rounds of read request that came from the REMOTE and I send the data 8bit-8bit to the REMOTE.

    but it worked, in the end.

    thank you