From e3eb4913425d4f48967c0af8213a41d49a470e62 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 28 Sep 2015 19:36:30 -0400 Subject: 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 """ -- cgit v1.2.3