diff options
| author | David Shah <davey1576@gmail.com> | 2017-11-20 09:43:54 +0000 |
|---|---|---|
| committer | David Shah <davey1576@gmail.com> | 2017-11-20 09:43:54 +0000 |
| commit | da7a2a9d0db95d6a172286eaddd6e930a27ea752 (patch) | |
| tree | e045aeca40b61e9e1a316dfb3f7daafa34c42ef8 /icefuzz/tests/spram | |
| parent | 8c0fe225ca925caed45f721303b55386b8944e62 (diff) | |
Fix whitespace and a couple of typos
Diffstat (limited to 'icefuzz/tests/spram')
| -rw-r--r-- | icefuzz/tests/spram/.gitignore | 2 | ||||
| -rwxr-xr-x | icefuzz/tests/spram/fuzz_spram.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/icefuzz/tests/spram/.gitignore b/icefuzz/tests/spram/.gitignore index c6ebe02..7ce4577 100644 --- a/icefuzz/tests/spram/.gitignore +++ b/icefuzz/tests/spram/.gitignore @@ -1 +1 @@ -work_spram/
\ No newline at end of file +work_spram/ diff --git a/icefuzz/tests/spram/fuzz_spram.py b/icefuzz/tests/spram/fuzz_spram.py index a92a361..05fd828 100755 --- a/icefuzz/tests/spram/fuzz_spram.py +++ b/icefuzz/tests/spram/fuzz_spram.py @@ -171,4 +171,4 @@ with open(device + "_spram_data.txt", "w") as f: for cnet in data[net]: cnets.append("(%d, %d, \"%s\")" % cnet) print("\t\t%s %s, " % (("\"" + net.replace("[","_").replace("]","") + "\":").ljust(24), " ".join(cnets)), file=f) - print("\t},", file=f)
\ No newline at end of file + print("\t},", file=f) |
