]> Joshua Wise's Git repositories - firearm.git/blobdiff - DCache.v
Add a BigBlockRAM that's 8MB (and obviously not very synthesizable). Make system...
[firearm.git] / DCache.v
index 356debcb7ceddd20683b0f4de67f4ffe1c1121c0..ccaa6b1f5b871429e10d658200556b40ee38937a 100644 (file)
--- a/DCache.v
+++ b/DCache.v
@@ -30,8 +30,8 @@ module DCache(
        reg cache_valid [15:0];
        reg [21:0] cache_tags [15:0];
        reg [31:0] cache_data [15:0 /* line */] [15:0 /* word */];
        reg cache_valid [15:0];
        reg [21:0] cache_tags [15:0];
        reg [31:0] cache_data [15:0 /* line */] [15:0 /* word */];
-       
-       reg [4:0] i;
+
+       integer i;      
        initial
                for (i = 0; i < 16; i = i + 1)
                begin
        initial
                for (i = 0; i < 16; i = i + 1)
                begin
This page took 0.0239279999999999 seconds and 4 git commands to generate.