Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Regular Visitor
omerbashir
Posts: 6
Registered: ‎05-28-2012
0
Accepted Solution

Verilog code for AES-192 and AES-256

Hi, I am an under graduate student and am new to the use of FPGA kits. In my final semester project, I am using Spartan 3A-3400 DSP kit for implementation of AES but I am having problems in finding the verilog code for AES-192 and AES-256. Can somebody provide me the code or if not the code, can somebody tell me where can I find something useful? I will be very grateful for any help from anyone. Thank you.

Xilinx Employee
tmcdowe
Posts: 165
Registered: ‎12-17-2007
0

Re: Verilog code for AES-192 and AES-256

OpenCores has a version (http://opencores.org/project,systemcaes,overview) that you could probably use as a reference for AES-192.

 

I am not intimately familiar with how AES works but I presume you could use that as a base to get AES-256 as well.

-------------------------------------------
this space intentionally left blank
Regular Visitor
omerbashir
Posts: 6
Registered: ‎05-28-2012
0

Re: Verilog code for AES-192 and AES-256

Thank for your suggestion.

Newbie
kpriyank
Posts: 1
Registered: ‎06-14-2012
0

Re: Verilog code for AES-192 and AES-256

anyone please help me about the aes .............i want to implement this code in fpga.pls help me how can i get help?

Expert Contributor
joelby
Posts: 1,056
Registered: ‎10-05-2010
0

Re: Verilog code for AES-192 and AES-256

Did you try the Opencores link mentioned earlier in this thread?