From 1d0458f9bd431c478a7d3b4fafffe9e6144b6e6f Mon Sep 17 00:00:00 2001 From: "Pavel V. Shatov (Meister)" Date: Tue, 26 Nov 2019 15:15:44 +0300 Subject: Cosmetic fix. --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7054a75..17e19ee 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The core has one synthesis-time parameter: Combined DSP slice utilization is outlined in the following table: - + @@ -32,9 +32,9 @@ API Specification The interface of the core is similar to other CrypTech cores. FMC memory map is split into four regions (REGISTERS, INPUT\_0, INPUT\_1 and OUTPUT), each region is 32 kilobits (4 kilobytes). The first one (REGISTERS) contains core registers and looks like the following:
NUM_MULTS DSP Usage
8 36
16 68
- + - + @@ -106,9 +106,9 @@ The two following memory regions (INPUT\_0 and INPUT\_1) contain input quantitie The second region (INPUT\_0) contains the following banks:
REGISTERS Memory Map
Offset Register
0x0000 NAME0
0x0004 NAME1
- + - + @@ -131,9 +131,9 @@ The second region (INPUT\_0) contains the following banks: The third region (INPUT\_1) contains the following banks. Note, that since the third region contains secret components, it is "write-only", any reads from the region will return 0xDEADCODE.
INPUT_0 Memory Map
Offset Bank
0x1000 M
0x1200 N
- + - + @@ -162,9 +162,9 @@ The third region (INPUT\_1) contains the following banks. Note, that since the t The fourth region (OUTPUT) contains three banks where the core will store the output quantities:
INPUT_1 Memory Map
Offset Bank
0x2000 D
0x2200 P
- + - + -- cgit v1.2.3
OUTPUT Memory Map
Offset Bank
0x3000 S
0x3200 XM