aboutsummaryrefslogtreecommitdiff
path: root/core_selector
AgeCommit message (Collapse)Author
2015-11-12Merge branch 'modexps6'Paul Selkirk
2015-11-12Change reset to active-low.Paul Selkirk
2015-07-17experimental modexps6 (which requires changing the read timing on all other ↵Paul Selkirk
cores)
2015-05-08Fixed missing assignment to debug port if the RNGS segment is not enabled. ↵Joachim Strömbergson
Moved default assignments in output select to before the case to make ISE happier. Added proper name of process.
2015-05-08Fixed incorrect bitwidth of address to modexp core. Removed address block ↵Joachim Strömbergson
defines that are internal to the modexp core. Now the modexp core does not get optimized away.
2015-05-05Populate cipher_selector; finesse math_selector.Paul Selkirk
2015-05-04Adding math segment in core selector.Joachim Strömbergson
2015-04-29Cleanup: add error port, conditionalize segments.Paul Selkirk
2015-04-27(1) Added segment for math cores in the core selector. (2) Added specific ↵Joachim Strömbergson
math core selector module. This module instantiates the modexp core. (3) Minor cleanup of file headers. The core selector is not coretest for example.
2015-03-31Conditionalize trng so it can be easily excluded.Paul Selkirk
2015-03-25integrate trng into core_selector frameworkPaul Selkirk
2015-03-17Rearrange cores.Paul Selkirk