doctor3w/HLS-Cryptography-Accelerator

AES bitstream generation error

Opened this issue · 1 comments

Thanks for providing your project online, I was trying to reproduce the aes accelerator but apparently part of the project named as "zedboard_project.tgz" is missing. Can you please connect me to the code?

hj424 commented

You can find the "zedboard_project.tgz" file in the following google drive link:
https://drive.google.com/drive/folders/12_f3f5MP-crw-U4oxIDMUudPXLM843WT?usp=sharing

I guess you have already found that in the "run_bitsream.sh" file, you also need to change the path. Specifically, you need to change line 9 "XILLYBUS_TAR="/classes/ece5775/zedboard/zedboard_project.tgz" to point to your local path for finding the "zedboard_project.tgz" file in your local machine.