projects
/
shakti-peripherals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb724f1
)
typo
author
Neel
<neelgala@gmail.com>
Tue, 24 Jul 2018 08:39:39 +0000
(14:09 +0530)
committer
Neel
<neelgala@gmail.com>
Tue, 24 Jul 2018 08:39:39 +0000
(14:09 +0530)
src/peripherals/spi/spi.bsv
patch
|
blob
|
history
diff --git
a/src/peripherals/spi/spi.bsv
b/src/peripherals/spi/spi.bsv
index a66989e0797b1e8d1375aed5d7a42652e542daf8..56a0965a520d7aef98b182ec2cbee56e7e24846a 100644
(file)
--- a/
src/peripherals/spi/spi.bsv
+++ b/
src/peripherals/spi/spi.bsv
@@
-106,7
+106,7
@@
package spi;
// 0=TOF, 1=SMF, 2=Threshold, 3=TCF, 4=TEF 5=request_ready
method Bit#(6) interrupts;
- return qspi.interr
i
pts;
+ return qspi.interr
u
pts;
endmethod
endmodule