aboutsummaryrefslogtreecommitdiff
path: root/src/tb/tb_aes_encipher_block.v
AgeCommit message (Collapse)Author
2018-05-22Combined all AES round operations into a single operation for a round.Joachim Strömbergson
2018-05-21Removed the sbox word mux. Removed ports for sbox access in the encipher ↵Joachim Strömbergson
datapath since it now has its own sboxes.
2018-05-21Removed the sword counter since it is not needed.Joachim Strömbergson
2017-12-14Synced the AES core rtl and testbench to github. The updates does not add or ↵Joachim Strömbergson
modify any functionality, but silence a lot of warnings, reduce code size.
2015-12-13whack copyrightsPaul Selkirk
2014-11-27Adding testbenchs.Joachim Strömbergson