Generate a HSS dat file to use with DirectC #479
-
Can I generate a HSS dat file to use with DirectC? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @rary21 you could probably set up a custom version of the boot mode programmer to export the dat file for you but the easiest route might be just using Libero SoC directly - you can add the HSS as a design client for the eNVM and export a DAT file containing only the eNVM content. For example: Adding the client can be done here: and the dat file can be generated here: You can specify that only the eNVM will be programmed by deselecting the un-needed options |
Beta Was this translation helpful? Give feedback.
Hey @rary21 you could probably set up a custom version of the boot mode programmer to export the dat file for you but the easiest route might be just using Libero SoC directly - you can add the HSS as a design client for the eNVM and export a DAT file containing only the eNVM content. For example:
Adding the client can be done here:
and the dat file can be generated here:
You can specify that only the eNVM will be programmed by deselecting the un-needed options