09-30-2020 10:29 AM
Hi all,
Is there a tutorial to create/define the hardware parts at Vivado and Vitis as presented at the following flow?:
Picture above taken from the flow presented at:
I would like to change the hardware that goes in the SD card image file. My final objective is to include the SEM Controller to be able to do fault injections at a Vitis AI solution.
Thank you.
Eduardo.
10-01-2020 12:32 AM
10-01-2020 08:49 AM
Looks good, I will try and post the result.
Thank you!
11-13-2020 03:20 PM
Hi all,
I tried the tutorial you have indicated and it worked!
Now I need that Vitis generates the so called "Essential bits" information file (EBD file) that one can get in Vivado by setting the following property:
set_property BITSTREAM.SEU.ESSENTIALBITS YES [current_design]
I need this info as I intend to use the SEM controller to do fault emulation at the DPU system.
Is there a way to do get Vitis to generate the EBD file at this tutoral flow?
Thank you in advance,
Eduardo.