aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-27Comments.Rob Austein
2015-09-27Add "requires" option.Rob Austein
2015-09-27Wedge modexps6 into the addressing scheme. Adjust timing of otherRob Austein
cores. Tweak TRNG templates to support multiple instances, more for consistency than than because we really expect multiple TRNGs.
2015-09-27Comments noting the strange history of the addressing scheme.Rob Austein
2015-09-26Sorted out reset pins (I think). Seems our various core authors haveRob Austein
different opinions about whether reset should be high or low, and the core selector code is responsible for making this right. Hmm. Address map may still be wrong, as addressing scheme seems to have changed while the core_select branch was gathering dust.
2015-09-25Previous commit was incomplete.Rob Austein
2015-09-25Minor cleanup.Rob Austein
2015-09-25Incomplete attempt to track changes to core_selector architecture.Rob Austein
The board_regs and comm_regs cores handle reset differently, but there's also this sys_ena wire which appeared out of the ether one day and is not yet in this movie. This version does NOT synthesize (nor did the previous ones, but now we know it...).
2015-09-25Track filename changes to modexp core that took place ages ago.Rob Austein
2015-09-25Configure makefile vfiles list too.Rob Austein
2015-09-24Git rid of commas in config language, add some comments.Rob Austein
2015-09-24Convert to something a bit more object-oriented, to simplify addingRob Austein
additional methods for things like .h and .mk files.
2015-09-23MODEXPS6_ADDR_BASE goes away under the new scheme.Rob Austein
2015-09-23Trailing whitespace cleanup.Rob Austein
2015-09-23Merge branch 'modexps6' into config_core_selector_sraRob Austein
2015-07-18update lint for new ipcore modulesPaul Selkirk
2015-07-17remove .xco files from buildPaul Selkirk
2015-07-17remove all non-essential files related to clkmgr_dcmPaul Selkirk
2015-07-17move new modexps6 core from test to corePaul Selkirk
2015-07-17experimental modexps6 (which requires changing the read timing on all other ↵Paul Selkirk
cores)
2015-06-26Track filename changes in ModExp core.Rob Austein
2015-06-23add tools to configure and start an FPGA bitstreamPaul Selkirk
2015-06-18use a variable for AR, to facilitate cross-compilingPaul Selkirk
2015-06-18build all cores with i2cPaul Selkirk
2015-06-18add support for verilator lintingPaul Selkirk
2015-06-10generate core_selector, probe FPGA for cores at software startupPaul Selkirk
2015-06-10add modexp_core.v to buildPaul Selkirk
2015-06-03Merge remote-tracking branch 'refs/remotes/origin/master'Joachim Strömbergson
2015-06-03Adding the 1024 bit sign and verify test cases used in the C model and the ↵Joachim Strömbergson
testbench that are based on the real RSA key generated by Rob. Both tests works on the modexp in the Novena.
2015-05-28add extra effort to map phase of command-line buildPaul Selkirk
2015-05-28Adding a second 2048 bit verify test case.Joachim Strömbergson
2015-05-28add read/write-port version of block memories to buildPaul Selkirk
2015-05-25Adding two more test cases. These two are with e=65537 and 64 or 256 bit ↵Joachim Strömbergson
modulus.
2015-05-25Debugged the new testrunner on the Novena. Now all test cases works as expected.Joachim Strömbergson
2015-05-24Changed all tests to use the testrunner.Joachim Strömbergson
2015-05-24Adding a testrunner function. Changed TC1 to use the testrunner. ↵Joachim Strömbergson
Automagically cleaned up trailing whitespace.
2015-05-20Adding a bigger testcase with 128 bit operands for modexp_tester. Increasing ↵Joachim Strömbergson
limit for ready and valid.
2015-05-20Cleanup. Adding more functions for checking and cleaning memories.Joachim Strömbergson
2015-05-19Removed obsolete build target 'trivial'. Removed dual block test stub from ↵Joachim Strömbergson
aes_tester.
2015-05-19Adding a new test program for the modexp core. Adding build target for ↵Joachim Strömbergson
modexp_tester.
2015-05-17Use correct addresses for 256-bit keys. Report whether tests passedRob Austein
instead of trusting human beings to read hex. Other trivial cleanups.
2015-05-17Completed first, simple test of aes core. This test program runs all NIST ↵Joachim Strömbergson
single block tests with 128 and 256 bit keys in encipher and decipher modes.
2015-05-13Adding code for running single block tests doing encipher and decipher ↵Joachim Strömbergson
operations. Adding test runner for NIST tests.
2015-05-13Added aes_tester as build target. Added initial version of aes_tester ↵Joachim Strömbergson
program with NIST test vectors.
2015-05-13(1) Added base address to all AES addresses. (2) Added base address to all ↵Joachim Strömbergson
ChaCha addresses. (3) Updated modexp addresses with new memory access ports. Removed all prefixes that are now redundant. Fixed minor modexp mapping nits such as incorrect order of length addresses. Updated the version to reflect changes of API and that we now can do trivial modexp operations from SW.
2015-05-05Rename bitmask symbols.Paul Selkirk
2015-05-05Document address structure, remove redundant symbols.Paul Selkirk
2015-05-05Add all cores to build files.Paul Selkirk
2015-05-04(1) Added defines for the chacha stream cipher core. (2) Fixed incorrect ↵Joachim Strömbergson
define for AES.
2015-05-04Adding API defines for the AES core.Joachim Strömbergson