Where are the example files
Hello,
I generated a few examples in Verilog (as VHDL was not an option) for EMIF, PCIe and a few others. I opened up the .qsf file and I see all the IP's being used, but I cannot find a top-level file that actually gives me the code of the program I wanted. I was expecting a .v file that shows me how to code the protocols. Where can I find the .v files that I seek?
Thank you,
Drew
Didn't realize that about the HDL selection. VHDL probably coming in a future version.
The whole point of an IP is that it isolates you from these details. All you need to do is use the programming model for the IP (either at the hardware level with register access or at the software level with macros created using software tools) to read and write the memory. And again, since most of the interface in newer devices is hardened, the only HDL code you will see is the implementation of the Avalon or AXI connection to the hard IP.
As far as a processor is concerned, if you are talking about the HPS in an SoC device, rocketboards.org is the place to go for examples.
If you are looking at learning the details of signaling between the FPGA and the external memory, download a spec sheet from Micron or any memory manufacturer. Very detailed explanations on how everything works.