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:
87591e6
)
reformat header
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 24 Jul 2018 08:24:40 +0000
(09:24 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 24 Jul 2018 08:24:40 +0000
(09:24 +0100)
src/peripherals/spi/spi.bsv
patch
|
blob
|
history
diff --git
a/src/peripherals/spi/spi.bsv
b/src/peripherals/spi/spi.bsv
index 553f8753125246b6658a0309629140555b6113bc..dbbd023d78fbab54349de4b8332b0b8c02f9f2b6 100644
(file)
--- a/
src/peripherals/spi/spi.bsv
+++ b/
src/peripherals/spi/spi.bsv
@@
-97,7
+97,7
@@
package spi;
endmethod
endinterface;
interface clk_o = qspi.out.clk_o;
- interface ncs_o = qspi.ncs_o;
+ interface ncs_o = qspi.
out.
ncs_o;
endinterface;
interface slave = qspi.slave;