aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/avalanche_entropy.v
AgeCommit message (Collapse)Author
2015-10-05Moved the warmup counter register to the core since it is not part of the ↵Joachim Strömbergson
API. Added logic to implement warmup counter and disable entropy output before warmup number of cycles.
2015-04-28Remove the delayed read for EIM (see core/platform/novena commit 2f58e8f).Paul Selkirk
2015-03-26Minor cleanup. Changed to localparams.Joachim Strömbergson
2015-03-26Cleanup: Combined the clocked processes into one. Changed name of the data ↵Joachim Strömbergson
read register to reflect that it is a hold register. Fixed missing port and removed the unneeded assignment.
2015-03-25register data for eim outputPaul Selkirk
2014-11-14Adding hard coded core name and version strings accessible through the core api.Joachim Strömbergson
2014-09-27Refactor code to have the main entropy functionality in the core and api in ↵Joachim Strömbergson
the wrapper.
2014-09-26Updated headers.Joachim Strömbergson
2014-09-26Update efter synthesis. Adding a top level wrapper.Joachim Strömbergson