diff options
author | David Shah <davey1576@gmail.com> | 2017-11-28 11:00:51 +0000 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2017-11-28 11:00:51 +0000 |
commit | f1025dbd887f5e8068833393cea8d8c036936396 (patch) | |
tree | 44ddb0229f9989f3ed5eb610f46c4b7cf7865153 /icefuzz/tests/ip | |
parent | 70d295212aeb08a71c063d26487b29941e0ebc20 (diff) | |
download | icestorm-f1025dbd887f5e8068833393cea8d8c036936396.tar.gz icestorm-f1025dbd887f5e8068833393cea8d8c036936396.tar.bz2 icestorm-f1025dbd887f5e8068833393cea8d8c036936396.zip |
Add uncommitted changes and tidy up some files
Diffstat (limited to 'icefuzz/tests/ip')
-rw-r--r-- | icefuzz/tests/ip/.gitignore | 3 | ||||
-rwxr-xr-x | icefuzz/tests/ip/make_html_table.py | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/icefuzz/tests/ip/.gitignore b/icefuzz/tests/ip/.gitignore index c1313c3..bd3c0cf 100644 --- a/icefuzz/tests/ip/.gitignore +++ b/icefuzz/tests/ip/.gitignore @@ -1 +1,2 @@ -work_ip/
\ No newline at end of file +work_ip/ +*.html diff --git a/icefuzz/tests/ip/make_html_table.py b/icefuzz/tests/ip/make_html_table.py index 3d8cb70..0bea73d 100755 --- a/icefuzz/tests/ip/make_html_table.py +++ b/icefuzz/tests/ip/make_html_table.py @@ -43,4 +43,4 @@ for print_t in ["SB", "G", "CBIT"]: x, y, name = entry print("<td>%s(%d, %d, %s)%s</td>" % (em_o, x, y, name, em_c), end='') print("</tr>") -print ("</table>")
\ No newline at end of file +print ("</table>") |