diff options
author | Rob Austein <sra@hactrn.net> | 2020-09-13 23:04:30 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2020-09-13 23:04:30 +0000 |
commit | b092ffbcbe2c9398494f7dc9db6f0796971633e0 (patch) | |
tree | 6fabf690f1ebf485a9fea9af5298e44ad2a59a3e /raw-wiki-dump/GitRepositories%2Fcore%2Flib | |
parent | 9d927e49d9c10fc16c6dfa4a2a96cdb6216e4e2b (diff) |
Import Cryptech wiki dump
Diffstat (limited to 'raw-wiki-dump/GitRepositories%2Fcore%2Flib')
-rw-r--r-- | raw-wiki-dump/GitRepositories%2Fcore%2Flib | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/raw-wiki-dump/GitRepositories%2Fcore%2Flib b/raw-wiki-dump/GitRepositories%2Fcore%2Flib new file mode 100644 index 0000000..837f633 --- /dev/null +++ b/raw-wiki-dump/GitRepositories%2Fcore%2Flib @@ -0,0 +1,37 @@ +{{{ +#!htmlcomment + +This page is maintained automatically by a script. Don't modify this page by hand, +your changes will just be overwritten the next time the script runs. Talk to your +Friendly Neighborhood Repository Maintainer if you need to change something here. + +}}} + +{{{ +#!html +<h1>core/lib</h1> + +<p>This repository contains common modules instantiated by other cores:</p> + +<ul> +<li><p><strong>lowlevel</strong> contains modules for math operations (addition, subtraction, etc). Two sets of modules are provided: <strong>generic</strong> ones can be used during simulation and when porting to a different architecture, modules from <strong>artix7</strong> should be used when building a bitstream for the Alpha board. To use the modules first <code>`include "cryptech_primitive_switch.vh"</code>, then instantiate them using <code>`CRYPTECH_PRIMITIVE_*</code> macro.</p></li> +<li><p><strong>memory</strong> contains wrappers for block memories:</p> + +<ul> +<li><code>bram_1rw_readfirst</code> is single read-write port</li> +<li><code>bram_1rw_1ro_readfirst</code> is one read-write, one read-only port</li> +<li><code>bram_1wo_1ro_readfirst</code> is one write-only, one read-only port (useful for storing private keys)</li> +</ul></li> +<li><p><strong>modular</strong> contains multiprecision modular adder and subtractor</p></li> +<li><p><strong>multiword</strong> contains multiprecision integer comparator and mover/copier</p></li> +<li><p><strong>util</strong> has the following:</p> + +<ul> +<li><code>cryptech_clog2.vh</code> replacement for Xilinx' notorious clog2()</li> +</ul></li> +</ul> +}}} + +[[RepositoryIndex(format=table,glob=core/lib)]] + +|| Clone `https://git.cryptech.is/core/lib.git` || |