From 0886c4d78747b6df7c7c06740aa9d1b5e1507d4e Mon Sep 17 00:00:00 2001 From: Rohit Chalamala <65873746+RChalamala01@users.noreply.github.com> Date: Thu, 28 Apr 2022 08:58:36 -0500 Subject: [PATCH] added a line --- backgroundROM.sv | 1 + 1 file changed, 1 insertion(+) diff --git a/backgroundROM.sv b/backgroundROM.sv index 68d72ff..f2deeae 100644 --- a/backgroundROM.sv +++ b/backgroundROM.sv @@ -4,6 +4,7 @@ module backgroundROM ( input [9:0] addr, parameter ADDR_WIDTH = 10; parameter DATA_WIDTH = 16; + logic [ADDR_WIDTH-1:0] addr_reg; // Address Width is number of sprites times length of a sprite equal to 2^x. // In this case, 1*8 = 2^x -- GitLab