aboutsummaryrefslogtreecommitdiff
path: root/src/tb/tb_csprng.v
AgeCommit message (Collapse)Author
2015-05-22(1) Added a cipher block statistics counter. (2) Cleaned up the csprng code ↵Joachim Strömbergson
and connected discard for fast restart of trng. (3) Added addresses for allowing API to write a known seed to allow test mode. (3) Fixed a number of minor issues during linting. (4) Fixed the csprng testbench to actually generate data as well as displaying the block stat counter.
2014-11-20Updates of variable names to matched changed instance name and new fifo.Joachim Strömbergson
2014-10-02Updating testbenches to match new interfaces and use the api to read and ↵Joachim Strömbergson
write data.
2014-09-11Adding rtl and tb for the csprng part of the trng.Joachim Strömbergson