1
\$\begingroup\$

Which areas in flash memory are scanned during bootup to make sure that there is configuration file present in the external flash memory?

asked Jul 25, 2018 at 12:42
\$\endgroup\$
2
  • 6
    \$\begingroup\$ This is something your FPGA datasheet should tell. \$\endgroup\$ Commented Jul 25, 2018 at 12:43
  • 1
    \$\begingroup\$ Depends on the FPGA. What FPGA are you asking about? \$\endgroup\$ Commented Jul 25, 2018 at 12:45

1 Answer 1

1
\$\begingroup\$

In general the FPGA does not know or care if the FPGA has a file present before it tries to load the configuration data. There is a CRC in the file that is checked at the end of configuration that the FPGA uses to determine if a valid configuration has been loaded. There is a signal called CONFIG_DONE that indicates if the configuration was successful.

answered Jul 25, 2018 at 16:08
\$\endgroup\$
1
  • 1
    \$\begingroup\$ In general it does not actually start loading config data until it reads the correct header at the start of the config data. \$\endgroup\$ Commented Jul 25, 2018 at 17:24

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.