aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/sha512_w_mem.v
AgeCommit message (Collapse)Author
2018-12-04Added reg on output from w_mem to split long path. Adjusted when w_next is ↵clock_speedJoachim Strömbergson
set to update w_mem to account for delay cycle.
2018-04-25Added pipeline cycle for t1 and t2 calculations. Updated and cleaned up the ↵Joachim Strömbergson
W message block scheduler to work with pipeline stage. And be less complex.
2015-12-13whack copyrightsPaul Selkirk
2014-11-06Fixes of nits in #8 found with the verilator linter.Joachim Strömbergson
2014-09-11Changed to asynch reset.Joachim Strömbergson
2014-04-05Adding source RTL files for the sha512 core.Joachim Strömbergson