add missing import
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 24 Jul 2018 05:07:00 +0000 (06:07 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 24 Jul 2018 05:07:00 +0000 (06:07 +0100)
src/peripherals/qspi/qspi.bsv

index 7470aec30d7826956c194fa3d613f3f7582e26d1..1bbd12d1cb305a6e37001381c6566243261bf345 100644 (file)
@@ -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;