Hi, I am currently modifying the CW305 AES example and trying to load a full 4096-byte buffer into my design in one operation. My goal is to capture power traces duing the processing of this entire 4096-byte sequence, rather than sending one 16-byte AES plaintext block at a time.
I would like to ask: what is the recommended way to import a complete 4096-byte data buffer into the CW305 design without heavily modifying the existing AES example?
I’m using a Husky as the capture device, and both the Husky and CW305 firmware are up to date.
I found a similar thread on the forum but with no solution yet. Any advice or pointers would be greatly appreciated!
BTW are you sure you’re looking at 4096 bytes? If so be sure to implement the associated storage as BRAM, otherwise it will use up a very large portion of the FPGA’s LUTs.