doctor3w / HLS-Cryptography-Accelerator

A crypto accelerator written for HLS to an FPGA that actually makes it slower than running it on your computer
16 stars 3 forks source link

AES bitstream generation error #1

Open moridahmadi opened 3 years ago

moridahmadi commented 3 years ago

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 3 years ago

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.