aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/trng_csprng_fifo.v
AgeCommit message (Collapse)Author
2014-11-20Reworked the csprng output fifo to really take advantage of the fact that ↵Joachim Strömbergson
the csprng delivers blocks of 512 bits. Removed trailing whitespaces and linted code.
2014-09-16Fixed incorrect bit index.Joachim Strömbergson
2014-09-11Adding rtl and tb for the csprng part of the trng.Joachim Strömbergson