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]
/
DCache.v
diff --git
a/DCache.v
b/DCache.v
index
356debc
..
ccaa6b1
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 [4:0] i;
+
+ integer i;
initial
for (i = 0; i < 16; i = i + 1)
begin
This page took
0.019043 seconds
and
4
git commands to generate.