[Cryptech-Commits] [core/platform/novena] 16/21: ModExpS6 top is called modexps6_wrapper, not modexps6, sigh.
git at cryptech.is
git at cryptech.is
Tue Sep 29 05:24:40 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 6894db11d641b37c26a0184b43dc87eb00bd36a6
Author: Rob Austein <sra at hactrn.net>
Date: Mon Sep 28 07:45:33 2015 -0400
ModExpS6 top is called modexps6_wrapper, not modexps6, sigh.
---
config/config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/config.py b/config/config.py
index 0ec1274..2a11bd6 100755
--- a/config/config.py
+++ b/config/config.py
@@ -318,7 +318,7 @@ createInstance_template_ModExpS6 = """\
wire error_{core.instance_name};
wire [1:0] {core.instance_name}_prefix = addr_core_num[1:0] - CORE_ADDR_{core.upper_instance_name};
- {core.name} {core.instance_name}_inst
+ {core.name}_wrapper {core.instance_name}_inst
(
.clk(sys_clk),
{core.reset_pin},
More information about the Commits
mailing list