Forum Discussion
Altera_Forum
Honored Contributor
12 years agojic file not staying
Hello, I'm pretty new to Altera products but am having a strange problem. I am using the Cyclone III EP3C5 and using temporary/volatile (as i understand) *.sof files to check my calibrations. O...
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- I retest the calibrations and they are correct --- Quote End --- You missed explaining what these calibrations are :) If the calibrations are something you store in the RAM of the FPGA, then the EPCS device needs to include data to load the RAM with at power on. The EPCS devices are SPI Flash. When the FPGA powers on it is an SPI master that reads flash and copies the contents into its configuration SRAM, that configuration data is your custom design. Read-only memory (ROM) is still FPGA SRAM, but it has no read ports as far as your logic is concerned. So what is it that is being "compared" when you check the calibration data? Cheers, Dave