Skip to content
Snippets Groups Projects
Commit 0886c4d7 authored by Rohit Chalamala's avatar Rohit Chalamala
Browse files

added a line

parent c3357bbf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment