From d4d562790a908f485fa208f19289b405972e11f1 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 24 Jul 2018 09:09:27 +0100 Subject: [PATCH] reformat header --- src/peripherals/spi/spi.bsv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/peripherals/spi/spi.bsv b/src/peripherals/spi/spi.bsv index dc40722..3255ad7 100644 --- a/src/peripherals/spi/spi.bsv +++ b/src/peripherals/spi/spi.bsv @@ -38,10 +38,10 @@ package spi; (*always_ready, always_enabled*) interface SPI_out; interface Get#(Bit#(1)) clk_o; - interface Get#(Bit#(1)) io_out; method Bit#(9) io0_sdio_ctrl; method Bit#(9) io1_sdio_ctrl; // index 0 is MOSI, index 1 is MISO. + interface Get#(Bit#(2)) io_out; interface Get#(Bit#(2)) io_out_en; interface Put#(Bit#(2)) io_in; interface Get#(Bit#(1)) ncs_o; -- 2.30.2