diff options
author | Rob Austein <sra@hactrn.net> | 2015-09-23 16:31:28 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-09-23 16:31:28 -0400 |
commit | 026fc461d9791bc360036f1269d0f6d61c45d179 (patch) | |
tree | f1c86f833ac220c6e21a59d184558bf6e7a92789 /config/config.py | |
parent | 99c3749c85b85b4865c4baafdd16b2cbb3ac52f2 (diff) |
Trailing whitespace cleanup.
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 = "" |