aboutsummaryrefslogtreecommitdiff
path: root/src/rtl
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.
2018-04-24Removed redundant code by fusing expression.Joachim Strömbergson
2018-04-24Fixing reg update signals. Fixing names.Joachim Strömbergson
2018-04-23Minor cleanup.Joachim Strömbergson
2018-04-06Added registers for t1 and t2. Updated tb to look at update vectors.Joachim Strömbergson
2018-04-03Changed constant declaraiton to use hex radix. Removed now redundant flag ↵Joachim Strömbergson
signal assignment.
2018-04-03Connected all dangling dut ports in the core testbench. Fixed RTL code that ↵Joachim Strömbergson
caused event loop in Icarus. Does not change functionality.
2018-04-03Non functional cleanups: (1) Changed name of round counter to show what is ↵Joachim Strömbergson
used for. (2) Fixed timescale and empty parentheses of tasks in testbenches. (3) Fixed targets in Makefile to build if needed.
2018-04-03Added second round state to allow for one cycle propagation of t1 in a ↵Joachim Strömbergson
future register.
2015-12-13whack copyrightsPaul Selkirk
2015-07-18Adding logic to write state restore data to the state registers.Joachim Strömbergson
2015-07-18Added API logic to set write signals for the state.Joachim Strömbergson
2015-07-18Adding ports in the core to do state restore. Added wires in the top to ↵Joachim Strömbergson
connect the state restore ports.
2015-03-31Revert streamlined wrapper, and don't delay register reads.Paul Selkirk
2015-03-17Rearrange cores.Paul Selkirk
2014-11-20Adding work factor processing functionality.Joachim Strömbergson
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