X-Git-Url: http://git.joshuawise.com/firearm.git/blobdiff_plain/3c947a993d1b35c3a15978983487617b6b56e423..131123bc4ba314d1db237e08b801766b0f702ea0:/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