Forum Discussion

Gyud0's avatar
Gyud0
Icon for Occasional Contributor rankOccasional Contributor
3 years ago

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

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

1 Reply

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    .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.