[Cryptech-Commits] [core/trng] branch master updated (5753872 -> b05708c)

git at cryptech.is git at cryptech.is
Thu Sep 11 14:33:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a change to branch master
in repository core/trng.

      from  5753872   Adding readme and license for the trng core.
       new  b05708c   Adding rtl and tb for the csprng part of the trng.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/rtl/trng_csprng.v      | 497 ++++++++++++++++++++++++++++++++++++++++
 src/rtl/trng_csprng_fifo.v | 550 +++++++++++++++++++++++++++++++++++++++++++++
 src/tb/tb_csprng.v         | 309 +++++++++++++++++++++++++
 3 files changed, 1356 insertions(+)
 create mode 100644 src/rtl/trng_csprng.v
 create mode 100644 src/rtl/trng_csprng_fifo.v
 create mode 100644 src/tb/tb_csprng.v



More information about the Commits mailing list