aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-01-15Bump the version number, because new code.Paul Selkirk
2018-10-03Adding restriction to the API to only allow writes to controlling registers. ...Joachim Strömbergson
2018-10-03Adding testcase that tests the mangling of aes operations by switching from e...Joachim Strömbergson
2018-10-02Reading AES result will be zero when ready is not set.Joachim Strömbergson
2018-09-27Added missing reset of registers. This fixes CT-01-001 FPGA.Joachim Strömbergson
2018-05-26Shaved off another cycle for block processing.Joachim Strömbergson
2018-05-22Minor cleanup of states and register sizes.Joachim Strömbergson
2018-05-22Combined all AES round operations into a single operation for a round.Joachim Strömbergson
2018-05-22Polished the wait_ready task to use defined bit index.Joachim Strömbergson
2018-05-21Increased number of inverse S-boxes to 16 and removed S-box scheduling.Joachim Strömbergson
2018-05-21Cleaned up redundant wires.Joachim Strömbergson
2018-05-21Moved the Sbox used for key expansion into the key_mem.Joachim Strömbergson
2018-05-21Removed the sbox word mux. Removed ports for sbox access in the encipher data...Joachim Strömbergson
2018-05-21Removed the sword counter since it is not needed.Joachim Strömbergson
2018-05-21Connected the new S-boxes and collapsed the SubBytes operation into one cycle...Joachim Strömbergson
2018-05-21Adding 16 S-boxes to the encipher datapath.Joachim Strömbergson
2018-05-21Adding task to wait for ready to be set. This allows us to measure the number...Joachim Strömbergson
2018-05-21Adding inital version of AES core optimized for performance.Joachim Strömbergson
2017-12-15Adding the error port that went missing. Sloppy.Joachim Strömbergson
2017-12-14Synced the AES core rtl and testbench to github. The updates does not add or ...Joachim Strömbergson
2015-12-13whack copyrightsPaul Selkirk
2015-10-02Fixing text error in comment.Joachim Strömbergson
2015-07-17fix CORE_VERSION to match what we think it should bePaul Selkirk
2015-05-28Corrected where config bits are.Joachim Strömbergson
2015-05-16(1) Changed name and version to reflect that it is not only AES-128 and that ...Joachim Strömbergson
2015-05-04(1) Changed ordet of status and config addresses to conform to what we have i...Joachim Strömbergson
2014-11-28Reworked the sbox and inverse sbox. Slighly smaller design and much shorter s...Joachim Strömbergson
2014-11-27Adding Python models for AES as well as key expansion and rcon.Joachim Strömbergson
2014-11-27Adding testbenchs.Joachim Strömbergson
2014-11-27Adding RTL source files for the AES core.Joachim Strömbergson