diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/gna/perf02/tb.vhd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gna/perf02/tb.vhd b/testsuite/gna/perf02/tb.vhd index e79a1d842..135b2612c 100644 --- a/testsuite/gna/perf02/tb.vhd +++ b/testsuite/gna/perf02/tb.vhd @@ -148,7 +148,7 @@ begin clock_counter <= clock_counter + 1; - if simu_disp_cycles = '1' then + if false and simu_disp_cycles = '1' then -- Write simulation message write(l, string'("INFO clock cycle ")); write(l, clock_counter); |