From: Luke Kenneth Casson Leighton Date: Tue, 24 Jul 2018 05:07:00 +0000 (+0100) Subject: add missing import X-Git-Url: https://git.libre-soc.org/?p=shakti-peripherals.git;a=commitdiff_plain;h=665f746325b340d51ca2be8271e537f71d10102c add missing import --- diff --git a/src/peripherals/qspi/qspi.bsv b/src/peripherals/qspi/qspi.bsv index 7470aec..1bbd12d 100644 --- a/src/peripherals/qspi/qspi.bsv +++ b/src/peripherals/qspi/qspi.bsv @@ -58,7 +58,7 @@ package qspi; /*(* always_ready, result="io3_sdio_ctrl" *) */ method Bit#(9) io3_sdio_ctrl; /*(* always_ready, result="io_enable" *)*/ - interface Get#(Bit#(4)) io_outen; + interface Get#(Bit#(4)) io_out_en; /*(* always_ready, always_enabled *) */ //method Action io_i ((* port="io_i" *) Bit#(4) io_in); // in interface Put#(Bit#(4)) io_in;