Hi,
I need to use my Zedboard for a very simple hardware project. So I don't need to use linux/ps. Only vhdl code to implement an analogic signal routing.
Of course I need to save the project (i.e. the bit file) on the board in order to have the same job done every time I turn on the Zedboard.
I've tried to program the QSPI through iMPACT (256M SPI with .mcs file) but I get a warning (The 'Data Width' you assigned is x0 but the PROM file (.mcs) is generated in a x8 mode. Please double check your assignments or it may not work properly. Click 'Yes' to ignore the conflict and proceed. Click 'No' to go back to the dialog).
I can still program the QSPI but after that, the Zedboard doesn't do what it's described in the
bit file (rather doesn't do anything at all!). If I just program the FPGA (no PROM/QSPI programming)
with the bit file, that works just fine so I'm sure that the bit file and the vhdl code are correct.
I would like to know if this is just an error of mine (then I'll appreciate any help!) or if I necessarily
have to use linux/ps (and so SDK for programming the QSPI) in order to save my project on the Zedboard.
I apologize if this is a stupid question but I had just switch to the Zedboard from Virtex-5 and so I
have some difficulties understanding the "FPGA with ARM" system since the PROM programming in the Virtex world was quite simple.
Thank you.