diff options
author | Rob Austein <sra@hactrn.net> | 2015-09-28 19:36:30 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-09-28 19:36:30 -0400 |
commit | e3eb4913425d4f48967c0af8213a41d49a470e62 (patch) | |
tree | e5dcf73a5e3a0cfc87beb3145d9eaa6708b7737b /config/config.py | |
parent | 28a2e6633ca414ffa58bd718ca89ec6b3ba723ef (diff) |
ModExpS6 has no error output.
Diffstat (limited to 'config/config.py')
-rwxr-xr-x | config/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 """ |