summaryrefslogtreecommitdiff
path: root/tests/k68_vltor/changes.diff
blob: 7b9034032e06cc69c6c5c7af43fe99169b5aed62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/bench/bench.cpp b/bench/bench.cpp
index 47a50c4..de27fbb 100755
--- a/bench/bench.cpp
+++ b/bench/bench.cpp
@@ -71,6 +71,7 @@ int main(int argc, char **argv, char **env) {
 	main_time++;
 	top->arbclk_i = !top->arbclk_i;
 	if (main_time%5 == 0) top->clk = !top->clk;
+	if (main_time%100000 == 0) cout<<"Partial sum = "<<hex<<top->sum<<"\n";
     }
 
     cout<<"Final sum = "<<hex<<top->sum<<"\n";