Skip to content

Commit 75c642d

Browse files
authored
Merge pull request verilog-to-routing#786 from CAS-Atlantic/valgrind_suite
ODIN_II: add valgrind test suite the odin regression
2 parents 02b77e5 + 5fbd765 commit 75c642d

File tree

12 files changed

+230
-135
lines changed

12 files changed

+230
-135
lines changed

ODIN_II/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ cppcheck:
9494
cppcheck . 1> /dev/null
9595

9696
test:
97-
./verify_odin.sh --test pre_commit --nb_of_process $(NB_OF_PROCESS) --limit_ressource
97+
./verify_odin.sh --test pre_commit --nb_of_process $(NB_OF_PROCESS) --limit_ressource --colorize
9898

9999
large_test:
100-
./verify_odin.sh --test pre_merge --nb_of_process $(NB_OF_PROCESS) --limit_ressource
100+
./verify_odin.sh --test pre_merge --nb_of_process $(NB_OF_PROCESS) --limit_ressource --colorize
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--simulate
1+
--arch_list small_sweep
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--no_threading --simulate
1+
--no_threading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--arch_list small_sweep --simulate
1+
--arch_list full_sweep
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
--arch_list memories --no_threading --simulate
1+
--arch_list memories
2+
--no_threading
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
--arch_list memories --no_threading
1+
--arch_list memories
2+
--no_threading
3+
--disable_simulation
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--arch_list small_sweep --simulate
1+
--arch_list small_sweep
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--arch_list small_sweep --simulate
1+
--arch_list small_sweep
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
--simulate
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
--arch_list valgrind_sweep
2+
--disable_simulation
3+
--source ../operators
4+
--valgrind

0 commit comments

Comments
 (0)