diff options
author | Rob Austein <sra@hactrn.net> | 2020-09-13 23:06:24 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2020-09-13 23:06:24 +0000 |
commit | 891730d13b324fad916572a82f0bd610c5de9aad (patch) | |
tree | f46c94ddfff34f15aafe7cac0596716d1c13c412 /raw-wiki-dump/GitRepositories%2Fcore%2Flib | |
parent | b092ffbcbe2c9398494f7dc9db6f0796971633e0 (diff) |
Rename for conversion
Diffstat (limited to 'raw-wiki-dump/GitRepositories%2Fcore%2Flib')
-rw-r--r-- | raw-wiki-dump/GitRepositories%2Fcore%2Flib | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/raw-wiki-dump/GitRepositories%2Fcore%2Flib b/raw-wiki-dump/GitRepositories%2Fcore%2Flib deleted file mode 100644 index 837f633..0000000 --- a/raw-wiki-dump/GitRepositories%2Fcore%2Flib +++ /dev/null @@ -1,37 +0,0 @@ -{{{ -#!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` || |