Hello,
I am new to Chipwhisperer (CW) and have several questions regarding CW Husky with CW312T-A35.
-
Which vivado project should I use if I want to use my own design with CW wrapper? Currently, I am trying to use
ss2_xc7a35_aes.xpr
. If it is the correct one, Is there any proper documentation of resources that will help me understand the wrapper a little bit more? -
ss2_xc7a35_aes.xpr
has cw305_top.v file, which basically instantiates the AES module with plain text and key. Instead of using AES, I want to use my own custom IP here, which has multiple inputs and outputs. Which file should I modify, and how should I do it? Skeleton Module example:
myModule(input A[0:127], B[0:127], C[0:127], D[0:127], output out1[0:127], out2[0:127])
-
Is it possible to change the target FPGA frequency?
-
I have Husky → CW313 → CW312T-A35. Is there any way to probe the target with an external oscilloscope?
I really appreciate any help you can provide.