Skip to content

Commit 9d793d3

Browse files
committed
odin - restructured string caches; mass leak fix
1 parent fc83979 commit 9d793d3

12 files changed

+1688
-1733
lines changed

ODIN_II/.gitignore

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
regression_test/runs
2-
OUTPUT/*
3-
temp
1+
regression_test/run*
42
regression_test/latest
5-
*_preproc.v
6-
default_out.blif
7-
*.dot
3+
4+
temp
5+
*.v
6+
*.blif
7+
*.dot
8+
*.do
9+
*.xml
10+
*_input
11+
*_output
12+
*_vectors
13+
*_activity
14+
15+
!regression_test/benchmark

0 commit comments

Comments
 (0)