Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20677 Discussions

Hex data files on a .JIC file in a Cyclone V device

Gyud0
Beginner
370 Views

Hey,

What is the maximum size of an allowed .HEX file to be download to a Cyclone V deice?

Moreover, in case I want to use a few .HEX files, there is a required guard addresses between each of them?

Thank you

0 Kudos
1 Reply
sstrell
Honored Contributor III
286 Views

.hex files are used to initialize on-chip memory blocks, so you would, at most, have one .hex for each memory instance in your design.  They would be the size of the memory instance they are assigned to.  So the "maximum size" is the size of the associated memory instance.

I don't understand your second question since each .hex is separate from any other.

0 Kudos
Reply