aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/sha1.v
AgeCommit message (Collapse)Author
2018-10-16Added width definition to reset values as part of checking that all ↵Joachim Strömbergson
registers are properly reset.
2018-10-03Restricted write access for control bits to when the core is ready.Joachim Strömbergson
2017-12-15Removing stale wires.Joachim Strömbergson
2017-12-08Syncecd SHA-1 core to github repo. No functional changes, but more compact ↵Joachim Strömbergson
code and a lot of minor fixes to silence warnings.
2015-12-13whack copyrightsPaul Selkirk
2015-03-31Revert streamlined wrapper, and don't delay register reads.Paul Selkirk
2015-03-17Rearrange cores.Paul Selkirk
2014-11-07Changed to asynch reset.Joachim Strömbergson
2014-03-17Removed redundant flag reset wires.Joachim Strömbergson
2014-03-14Updating interface. Addding self resetting control regs. Fixing missing ↵Joachim Strömbergson
input port declaration that caused errors during simulation in ModelSim.
2014-02-21Adding all rtl source files for the sha-1 core.Joachim Strömbergson