mirror of
https://github.com/garrettsworkshop/GR8RAM.git
synced 2025-08-15 08:27:54 +00:00
Added transfer counters
This commit is contained in:
@@ -72,6 +72,10 @@ module GR8RAM(C7M, C7M_2, Q3, PHI0in, PHI1in, nRES, nMode,
|
|||||||
|
|
||||||
/* Increment Control */
|
/* Increment Control */
|
||||||
reg IncAddrL = 0, IncAddrM = 0, IncAddrH = 0;
|
reg IncAddrL = 0, IncAddrM = 0, IncAddrH = 0;
|
||||||
|
|
||||||
|
/* Transfer Counters */
|
||||||
|
reg [15:0] TCnt = 0;
|
||||||
|
reg [15:0] Dest = 0;
|
||||||
|
|
||||||
/* CAS rising/falling edge components */
|
/* CAS rising/falling edge components */
|
||||||
// These are combined to create the CAS outputs.
|
// These are combined to create the CAS outputs.
|
||||||
|
Reference in New Issue
Block a user