aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2015-01-31 08:55:50 +0100
committerJoachim StroĢˆmbergson <joachim@secworks.se>2015-01-31 08:55:50 +0100
commit2f1fcb65d628572d45fd472e84134aaf599ff39c (patch)
tree0ccb735d3a39ad2deeb0544c62e942201d61600d
Adding readme to explain the contents of the new repo.
-rw-r--r--README.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..11aff35
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,15 @@
+Novena base
+-----------
+This repo contains the Novena baseline developed as part of the Cryptech
+project. The design contains a new FPGA top level, now clock
+implemetation and reworked EIM interface.
+
+Internally the baseline contains an arbiter to connect cores with a
+32-bit memory like interface to the EIM. Finally there is SW to
+configure the EIM interface as well as talking to a test core in the
+FPGA.
+
+For information about the EIM clocking and the baseline HW and SW
+design, see the documentation.
+
+The baseline has been written by Pavel Shatov.