aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/rosc_entropy.v
AgeCommit message (Collapse)Author
2018-10-16(1) Replaced the README.md with the better one that for some reason lived in ↵Joachim Strömbergson
the rtl directory. (2) Cleaned up reset statatements as part of effort to check that all registers are being properly reset.
2015-11-17Harmonize status valid bit with other cores.Paul Selkirk
2015-11-16harmonize ctrl and status addresses with other coresPaul Selkirk
2015-10-05(1) Added warmup functionality to the rosc entropy provider. (2) Changed ↵Joachim Strömbergson
name of enable port in the core. (3) Added a rudimentary makefile to allos building and linting of the rosc entropy core.
2015-04-28Remove the delayed read for EIM (see core/platform/novena commit 2f58e8f).Paul Selkirk
2015-03-25register data for eim outputPaul Selkirk
2014-11-14Added addresses and hard coded strings for name and version accessible from ↵Joachim Strömbergson
API. Updated API addresses.
2014-10-02Changed name of register to make it more obvious what it is.Joachim Strömbergson
2014-09-26Update of rosc entropy after synthesis of the trng.Joachim Strömbergson
2014-09-24Fixed synthesis warnings.Joachim Strömbergson
2014-09-24Adding an enable signal port for any consumers to know that the provider is ↵Joachim Strömbergson
active.
2014-09-24Updates to fix bugs found during synthesis. Adding more debug outputs in ↵Joachim Strömbergson
API. Adding security error port for future internal health tests.
2014-09-18Adding a new core for ring oscillator based entropy.Joachim Strömbergson