This post is the sixth part in my AES in CDL series. In this post, I create a module to implement the Counter mode of operation.
...read more
This post is the fifth part in my AES in CDL series. In this post, I correct some mistakes I made in my previous version, synthesized the module and ran it on the Zynq7000.
...read more
In this post I created a simple CDL module to test a memory-like interface for moving data between the programmable logic and processing system of the Zynq7000
...read more
In this post I cover creating a simple memory-like AXI-4 interface between the Zynq7000 programmable logic and DDR. I intend to expand on this interface to facilitate a data path for my CDL encryption algorithm implementations.
...read more
This post is the fourth in my series on the AES crypto algorithm and my implementation of it in CDL. In this post, I described my implementation of the encryption portion of the algorithm in Verilog.
...read more