[Cryptech-Commits] [core/platform/novena] 19/21: ModExpS6 has no error output.
git at cryptech.is
git at cryptech.is
Tue Sep 29 05:24:43 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 e3eb4913425d4f48967c0af8213a41d49a470e62
Author: Rob Austein <sra at hactrn.net>
Date: Mon Sep 28 19:36:30 2015 -0400
ModExpS6 has no error output.
---
config/config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/config.py b/config/config.py
index 57dbddc..26385d0 100755
--- a/config/config.py
+++ b/config/config.py
@@ -401,7 +401,7 @@ createMux_modexps6_template = """\
CORE_ADDR_{core.upper_instance_name} + 3:
begin
sys_read_data_mux = read_data_{core.instance_name};
- sys_error_mux = error_{core.instance_name};
+ sys_error_mux = 0;
end
"""
More information about the Commits
mailing list