[Cryptech-Commits] [core/platform/novena] 20/21: Comment update.

git at cryptech.is git at cryptech.is
Tue Sep 29 05:24:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch config_core_selector_sra
in repository core/platform/novena.

commit ff4cf7a0530218cb86a860c803e6fccdafcff385
Author: Rob Austein <sra at hactrn.net>
Date:   Mon Sep 28 22:03:48 2015 -0400

    Comment update.
---
 config/config.py | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/config/config.py b/config/config.py
index 26385d0..c0c3c5e 100755
--- a/config/config.py
+++ b/config/config.py
@@ -1,9 +1,10 @@
 #!/usr/bin/env python
+
 """
-Generate core_selector.v for a set of cores.
+Generate core_selector.v and core_vfiles.mk for a set of cores.
 """
 
-# History of cryptech bus addressing scheme, as best I understand it.
+# History of Cryptech bus addressing scheme, as best I understand it.
 #
 # The old old addressing scheme that Joachim and Paul came up with
 # was:
@@ -33,7 +34,7 @@ Generate core_selector.v for a set of cores.
 # Except that this would waste space for most cores, and make things
 # very confusing for the TRNG cores.  So, instead, we keep Paul's
 # two-level (no segment) scheme and handle modexps6 as a set of four
-# consecutive "cores" with a 10-bit composite register selector.
+# contiguous "cores" with a 10-bit composite register selector.
 
 # The modexps6 core also drags in a one clock cycle delay to other
 # cores, to compensate for the extra clock cycle consumed by the block
@@ -41,9 +42,6 @@ Generate core_selector.v for a set of cores.
 
 # To Do:
 #
-# - Move reset-high/reset-low to a boolean variable in the config
-#   file, simplify Core classes accordingly.
-#
 # - Consider automating the one-clock-cycle delay stuff by adding
 #   another boolean flag to the config file.  Default would be no
 #   delay, if any included core sets the "I use block memories" flag,



More information about the Commits mailing list