From 665f746325b340d51ca2be8271e537f71d10102c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 24 Jul 2018 06:07:00 +0100 Subject: [PATCH] add missing import --- src/peripherals/qspi/qspi.bsv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2