aboutsummaryrefslogtreecommitdiff
path: root/core_selector/src/rtl/math_selector.v
AgeCommit message (Collapse)Author
2015-11-18Move core_selector config script here from core/platform/novena, remove ↵Paul Selkirk
static core_selector modules.
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 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-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.