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

add file(.hex) to Convert Programming File failed

Altera_Forum
Honored Contributor II
2,079 Views

I want to convert a file(.hex) to file(.jic),the Hex file is generate by mem_init_generate utility in the Nios ii SBT.But I can't add Hex file to Convert Programming File tool and generate a error message"Data in HEX File overlaps between data blocks at address 8 and address 0".  

 

Quartus Prime Version: 15.1.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
936 Views

Hi, 

 

it looks like you are trying to place your HEX on a place in the memory where you already write something else. You should change the base address of the HEX. If you want to see there start and end addresses of other files within the JIC you can create the JIC without the HEX and then take a look at the memory map file if you ticked the box to create it. The file ends with .map.  

 

Cheers, 

fade
0 Kudos
Reply