aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-07-18Fixed replication sizes found during lintint.Joachim Strömbergson
2015-07-18Writing a new word into the fifo.Joachim Strömbergson
2015-07-18Adding task for reading words from the fifo. Reading out more than 16 words. ...Joachim Strömbergson
2015-07-18Simplified the pointer handling. Fixed size of counter. Now all positions in ...Joachim Strömbergson
2015-07-17Adding more functionality to observe the fifo during test.Joachim Strömbergson
2015-07-17Adding task to dump fifo contents.Joachim Strömbergson
2015-07-17Adding more test functionality in the fifo testbench. Now we generates severa...Joachim Strömbergson
2015-05-22(1) Added a cipher block statistics counter. (2) Cleaned up the csprng code a...Joachim Strömbergson
2015-04-28(1) Remove the delayed read for EIM (see core/platform/novena commit 2f58e8f)...Paul Selkirk
2015-04-27Adding name and version fields to the csprng.Joachim Strömbergson
2015-04-27Updated the trng version number to sometning that better reflects that it act...Joachim Strömbergson
2015-04-02(1) Added a state in the write fifo machine to actually drop request between ...Joachim Strömbergson
2015-04-02Fixed syntax and added init functionality for testing the dut.Joachim Strömbergson
2015-04-01Adding initial version of testbench for the csprng fifo.Joachim Strömbergson
2015-04-01Adding fake entropy providers to allow us to simulate the complete trng.Joachim Strömbergson
2015-04-01Cleanup and fixes of calculations.Joachim Strömbergson
2015-03-26Minor cleanup: Morged clocked processes. Changed name of api read data hold r...Joachim Strömbergson
2015-03-26Minor cleanup: Changed to localparam for internal parameters. Merged reg upda...Joachim Strömbergson
2015-03-26Changed to Verilog 2001 part select for word extraction.Joachim Strömbergson
2015-03-26More cleanup. Completed parameterization of fifo. Fixed incorrect size of con...Joachim Strömbergson
2015-03-26Cleanup from linting. Changing to parameterized fifo pointers. Fixed bug in b...Joachim Strömbergson
2015-03-26Cleanup: Merged separate clocked processes. Fixed incorrect bit widths. Chang...Joachim Strömbergson
2015-03-25streamline(?) api_mux, register data for eim outputPaul Selkirk
2014-11-20Updates of variable names to matched changed instance name and new fifo.Joachim Strömbergson
2014-11-20Reworked the csprng output fifo to really take advantage of the fact that the...Joachim Strömbergson
2014-11-20Updates after linting.Joachim Strömbergson
2014-11-20(1) Reducing timepout for entropy sources. Updated interface for sha-512 to m...Joachim Strömbergson
2014-10-02Updating testbenches to match new interfaces and use the api to read and writ...Joachim Strömbergson
2014-10-02Removing wrappers since they are not used.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 t...Joachim Strömbergson
2014-09-26Updating source to the latest and greatest. In this version the entropy sourc...Joachim Strömbergson
2014-09-26Removing old fake entropy source.Joachim Strömbergson
2014-09-26Removing old fake module for ring oscillator.Joachim Strömbergson
2014-09-18Updates after synthesis of the complete trng.Joachim Strömbergson
2014-09-16Adding a minor readme to explain when to use the entropy wrappers.Joachim Strömbergson
2014-09-16Adding initial version of wrapper for the avalance entropy core to be used du...Joachim Strömbergson
2014-09-16Fixed incorrect bit index.Joachim Strömbergson
2014-09-16More debug fixes. We add one extra wait cycle to allow the mixer to detect th...Joachim Strömbergson
2014-09-16Debug fixes found during simulation. Now the trng generates data and provides...Joachim Strömbergson
2014-09-12Adding first version of complete trng.Joachim Strömbergson
2014-09-12Adding testbench for the complete trng.Joachim Strömbergson
2014-09-12Adding fake modules for the three types of entropy sources to allow us to sim...Joachim Strömbergson
2014-09-11Update after completion of rtl and debug of rtl using the updated testbench. ...Joachim Strömbergson
2014-09-11Adding initial versions of rtl and tb for the mixer.Joachim Strömbergson
2014-09-11Adding rtl and tb for the csprng part of the trng.Joachim Strömbergson