From ef9b5852fb16229f1dc8dce38c853a274d3e9993 Mon Sep 17 00:00:00 2001 From: Zane Kaminski Date: Wed, 26 Feb 2020 03:34:33 -0500 Subject: [PATCH] Added transfer counters --- cpld/GR8RAM.v | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cpld/GR8RAM.v b/cpld/GR8RAM.v index b58caac..fb9184e 100755 --- a/cpld/GR8RAM.v +++ b/cpld/GR8RAM.v @@ -72,6 +72,10 @@ module GR8RAM(C7M, C7M_2, Q3, PHI0in, PHI1in, nRES, nMode, /* Increment Control */ reg IncAddrL = 0, IncAddrM = 0, IncAddrH = 0; + + /* Transfer Counters */ + reg [15:0] TCnt = 0; + reg [15:0] Dest = 0; /* CAS rising/falling edge components */ // These are combined to create the CAS outputs.