git.joshuawise.com
/
firearm.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a .gitattributes file to force hex files to be binary-like.
[firearm.git]
/
ICache.v
diff --git
a/ICache.v
b/ICache.v
index
e90f430
..
d9fbf04
100644
(file)
--- a/
ICache.v
+++ b/
ICache.v
@@
-32,7
+32,7
@@
module ICache(
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
This page took
0.018613 seconds
and
4
git commands to generate.