aboutsummaryrefslogtreecommitdiff
path: root/src/tb/tb_chacha_core.v
AgeCommit message (Collapse)Author
2018-08-23Debugged pipeline register and state update. All test cases ok.timing_fixJoachim Strömbergson
2018-08-23Added missing define.Joachim Strömbergson
2016-12-28(1) Cleanup of top an core code with no functional changes. The code is now ↵cleanupJoachim Strömbergson
much more compact. (2) Fixed how the QR modules are used in parallel to actually work in parallel. This increases performance. (3) Changed registers into arrays and cleaned up how operands and data are accessed. This decreased total design size.
2014-09-03Adding testbenches for core and top.Joachim Strömbergson