aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/trng_mixer.v
AgeCommit message (Collapse)Author
2018-10-16(1) Fixed width definitions and cleaned up constants as part of checking ↵HEADmasterJoachim Strömbergson
that all registers are being reset. (2) Cleaned up tasks and removed timescale directives to silence lint.
2015-12-13whack copyrightsPaul Selkirk
2015-11-17Harmonize status valid bit with other cores.Paul Selkirk
2015-11-16harmonize ctrl and status addresses with other coresPaul Selkirk
2015-11-14Merge branch 'config_core_selector'Paul Selkirk
2015-09-21Added control FSM states to handle entropy for testing. Nits: Changed to ↵Joachim Strömbergson
localparam.
2015-06-10make cores contiguous, add mixer name/versionPaul Selkirk
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-03-26Minor cleanup: Morged clocked processes. Changed name of api read data hold ↵Joachim Strömbergson
register. Changed to localparam. Removed redundant code for reg updates.
2015-03-25streamline(?) api_mux, register data for eim outputPaul Selkirk
2014-11-20Updates after linting.Joachim Strömbergson
2014-11-20(1) Reducing timepout for entropy sources. Updated interface for sha-512 to ↵Joachim Strömbergson
match new interface with work factor ports. We are not using the work factor here at the moment.
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-11Update after completion of rtl and debug of rtl using the updated testbench. ↵Joachim Strömbergson
Now it works.
2014-09-11Adding initial versions of rtl and tb for the mixer.Joachim Strömbergson