aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/trng_csprng.v
AgeCommit message (Collapse)Author
2015-04-28(1) Remove the delayed read for EIM (see core/platform/novena commit ↵Paul Selkirk
2f58e8f). (2) Add the code to read the csprng name and version registers.
2015-04-27Adding name and version fields to the csprng.Joachim Strömbergson
2015-04-01Cleanup and fixes of calculations.Joachim Strömbergson
2015-03-26Minor cleanup: Changed to localparam for internal parameters. Merged reg ↵Joachim Strömbergson
update processes to one. Changed name of api read data hold reg and added better update vector name for it.
2015-03-25streamline(?) api_mux, register data for eim outputPaul Selkirk
2014-11-20Updates after linting.Joachim Strömbergson
2014-10-02Updating trng to debugged version.Joachim Strömbergson
2014-09-27Adding debug port for mixer and csprng. In the csprng the debug_update will ↵Joachim Strömbergson
trigger fifo extraction and thus force random number generation.
2014-09-26Updating source to the latest and greatest. In this version the entropy ↵Joachim Strömbergson
sources works and all modules have correct intterface.
2014-09-18Updates after synthesis of the complete trng.Joachim Strömbergson
2014-09-16More debug fixes. We add one extra wait cycle to allow the mixer to detect ↵Joachim Strömbergson
that we want more seed.
2014-09-11Adding rtl and tb for the csprng part of the trng.Joachim Strömbergson