aboutsummaryrefslogtreecommitdiffstats
path: root/tests/k68_vltor/changes.diff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/k68_vltor/changes.diff')
-rw-r--r--tests/k68_vltor/changes.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/k68_vltor/changes.diff b/tests/k68_vltor/changes.diff
new file mode 100644
index 000000000..7b9034032
--- /dev/null
+++ b/tests/k68_vltor/changes.diff
@@ -0,0 +1,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";