SCHAN189
New Contributor
5 years agohow to use serial flash loader ip with flash controller
hey,
i'm facing problem with serial flash loader.I'm trying to use my own flash controller and the thing is i'm unable to access the flash memory.
I'm currently using arria 10 fpga.I'm little confused on how to connect the pins to serial flash loader ip.
Here are the connections i've made
serial_flash:serial_flash_loader
port map(
dclk_in => clk_in,
ncso_in => config_select,
data_in => data_in,
data_oe => x"1",
noe_in => '0',
asmi_access_granted => asmi_access_request,
data_out => data_out,
asmi_access_request => asmi_access_request
);
I might be something fundamental that I do not understand since I'm new to both FPGA and quartus.