diff options
Diffstat (limited to 'config/config.py')
-rwxr-xr-x | config/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.py b/config/config.py index 86c8615..bdbda1a 100755 --- a/config/config.py +++ b/config/config.py @@ -79,7 +79,7 @@ def createInstance(core): s4 = "" s5 = "addr_core_reg" s6 = "" - + return "\ //----------------------------------------------------------------\n\ // {1}\n\ @@ -126,7 +126,7 @@ def createModule(cores): cores[j] += '_' + str(i) i += 1 j += 1 - + addrs = "" insts = "" muxs = "" |