Altera_Forum
Honored Contributor
13 years agoProblem with PFL Simulation
Hi,
After reading the other posts regarding Parallel Flash Loader (PFL) simulation, I'm still having an issue getting mine up and running. The problem I run into is that if I include the altera_mf library, as stated in the PFL User Guide, my simulation loads correctly, but I noticed that the altparallel_flash_loader module in the library is a stub; it doesn't contain a model or RTL. Therefore, my sim never goes anywhere, since the PFL is not operating. There's also a source VHDL file in the libraries/ folder (altparallel_flash_loader.vhd) which I've tried to also include in my simulation, but since it has the same name as the module in altera_mf, whichever one is loaded second overrides the first. If I just load the source RTL file by itself, I get a series of "Unresolved defparam reference" errors, which I believe is due to the fact that I'm working in Verilog and the source RTL file is in VHDL. The PFL User Guide implies both files need to be loaded, but I'm not sure how to properly load/link the files together to get a working PFL. Does someone have suggestions for create a .do file or testbench? I've attached mine for reference. Thanks! Matt