Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-01 | Refactor: Moved all address defines for cryptech cores into a common header ↵ | Joachim Strömbergson | |
file. | |||
2015-03-31 | Move novena_regs.v to common (fb35379) | Paul Selkirk | |
2015-03-31 | Refactor common code into tc_[eim|i2c].[ch], add general-purpose hash ↵ | Paul Selkirk | |
utilities, add trng_tester_i2c. | |||
2015-03-31 | Build i2c with rng cores. | Paul Selkirk | |
2015-03-31 | Move novena_regs.v to common, fix to match other register read/write blocks. | Paul Selkirk | |
2015-03-31 | Move eim read delay to novena_eim.v. | Paul Selkirk | |
2015-03-25 | integrate trng into core_selector framework | Paul Selkirk | |
2015-03-17 | Rearrange cores. | Paul Selkirk | |
2014-11-18 | change synth/ to build/, add .gitignore | Paul Selkirk | |
2014-11-18 | i2c_device_addr as output | Paul Selkirk | |
2014-11-18 | do proper SHA* padding | Paul Selkirk | |
2014-11-13 | fix status bits as values, not positions | Paul Selkirk | |
2014-09-25 | Add a generic file hashing utility, and some test files. | Paul Selkirk | |
2014-09-03 | hash_tester should read the correct number of response bytes | Paul Selkirk | |
Both versions of hash_tester optimistically assumed a READ_OK or WRITE_OK response, and tried to read the expected number of bytes. But ERROR and UNKNOWN responses are shorter, which could lead to an overrun of available data from i2c. With commit a768072, this is no longer fatal (i2c will zero-pad the response), but it's good form to do the right thing when possible. | |||
2014-08-28 | initial commit of Novena code for coretest | Paul Selkirk | |