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, 0 insertions, 12 deletions
diff --git a/tests/k68_vltor/changes.diff b/tests/k68_vltor/changes.diff
deleted file mode 100644
index 7b9034032..000000000
--- a/tests/k68_vltor/changes.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-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";