aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/chacha_qr.v
AgeCommit message (Collapse)Author
2018-08-23Debugged pipeline register and state update. All test cases ok.timing_fixJoachim Strömbergson
2018-08-23(1) Adding pipeline register update code and a set of pipeline registers. ↵Joachim Strömbergson
Registers are not connected at the this stage. (2) Added self testing tetst cases and debug outputs to observe internal behaviour.
2018-08-23(1) Updated qr interface to include clock and reset needed for internal ↵Joachim Strömbergson
pipeline registers. (2) Added testbench for the qr module. (3) Added qr simulation target. (4) Added lint support.
2014-11-06Fixes to nits found using the verilator linter.Joachim Strömbergson
2014-09-03Adding RTL code for the ChaCha stream cipher.Joachim Strömbergson