Skip to content

Commit 63cd0a2

Browse files
authored
Merge pull request verilog-to-routing#714 from CAS-Atlantic/signed_numbers
ODIN II: restructured string caches; mass leak fix
2 parents 755b295 + 12eff10 commit 63cd0a2

12 files changed

+1693
-1734
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)