X-Git-Url: http://git.joshuawise.com/firearm.git/blobdiff_plain/3c947a993d1b35c3a15978983487617b6b56e423..a7297aa515ea46bb06bd8b76d9c1edd059650c83:/ICache.v diff --git a/ICache.v b/ICache.v index 081fc10..dc26fdc 100644 --- a/ICache.v +++ b/ICache.v @@ -39,7 +39,7 @@ module ICache( reg cache_valid [15:0]; reg [21:0] cache_tags [15:0]; - reg [31:0] cache_data [255:0 /* {line, word} */]; //synthesis attribute ram_style of cache_data is distributed + reg [31:0] cache_data [255:0 /* {line, word} */]; //synthesis attribute ram_style of cache_data is block integer i; initial