Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Can we separate the inout data bus PFL (parallel flash loader) IP core?

Hi,

we are using the PFL ip core in MAX2 cpld to download the FPGA configuration file to flash and to program the ARRIA2 FPGA.

we had a requirement to dowload the configuration file from FPGA in the production without using JTAG.For this we are having the flash programming in FPGA and using SPI interface to CPLD.(we don't have hardware connections from FPGA to FLASH)

we need to multiplex the inout data bus between PFL and user flash programming module.

The PFL core directly gives inout data bus in the entity.Can we split this data bus to seperate input and output data busses in PFL core, so that we can multiplex the inout data bus between two flash control modules?

Thank you,

Regards,

Ramesh.B

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Why not? You would preferably implement the changes in pfl.vhd, that is already multiplexing between program and configuration function of the core. But if you don't want to touch the core, you can also add a wrapper.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thank you for your reply.I edited the PFL core just to split the inout bus into seperate in and out busses and added the wrapper to it.

    Regards,

    Ramesh.B