From: Luke Kenneth Casson Leighton Date: Tue, 24 Jul 2018 08:24:40 +0000 (+0100) Subject: reformat header X-Git-Url: https://git.libre-soc.org/?p=shakti-peripherals.git;a=commitdiff_plain;h=969fd998f9317eead3915022a6b430188364d32f reformat header --- diff --git a/src/peripherals/spi/spi.bsv b/src/peripherals/spi/spi.bsv index 553f875..dbbd023 100644 --- 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;