From 7911908788340990dcc04cb43f1547719b431187 Mon Sep 17 00:00:00 2001 From: Zane Kaminski Date: Sat, 21 Sep 2024 21:54:08 -0400 Subject: [PATCH] Fix long timer comments -- no longer used for QoS --- cpld/CNT.v | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cpld/CNT.v b/cpld/CNT.v index 70f9bbb..275806f 100644 --- a/cpld/CNT.v +++ b/cpld/CNT.v @@ -53,10 +53,7 @@ module CNT( end /* During init (IS!=3) long timer counts from 0 to 4095. - * 4096 states == 57.516 ms - * During operation (IS==3) long timer counts from 0 to 3 - * starting at first sound RAM access. - * Period is 28.124 us - 42.240 us */ + * 4096 states == 57.516 ms */ reg [11:0] LTimer; reg LTimerTC; always @(posedge CLK) begin