From 9ae139a9a5bfdbcd2f5d47a266faff28e100f786 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Tue, 1 Sep 2020 17:05:27 +0200 Subject: remove old debugging code --- tests/vga/test.v | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests') diff --git a/tests/vga/test.v b/tests/vga/test.v index 961142b..7a9edd9 100644 --- a/tests/vga/test.v +++ b/tests/vga/test.v @@ -241,12 +241,4 @@ module vga_test $finish; end // initial begin - - always @ (vga_controller.v_counter or vga_controller.h_counter) begin - // `MSG(("v_counter: %0d h_counter: %0d", - // vga_controller.v_counter, vga_controller.h_counter)); - - // `MSG(("CLK: %0d pw_on: %0d M_finished: %0d ADR: %0d STB: %0d WE: %0d D_DAT_I: %x", - // CLK, vga_controller.powered_on, M_finished, S_ADR_I, vga_controller.STB_I, vga_controller.WE_I, vga_controller.DAT_I)); - end endmodule // vga_test -- cgit v1.2.3