add missing import
[shakti-peripherals.git] / src / peripherals / qspi / qspi.bsv
index a63940f316a9826d17bb07f0ff10935ec5cecd24..1bbd12d1cb305a6e37001381c6566243261bf345 100644 (file)
@@ -25,6 +25,7 @@ package qspi;
 > Data Read phase is on posedge and Data write is on negdege
 -- send the received arid and bid's so that DMA can identify. duplicate instead of extend      
 */
+       import GetPut::*;
        import TriState::*;
        import ConcatReg ::*;
        import Semi_FIFOF        :: *;
@@ -57,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;
@@ -1326,7 +1327,7 @@ package qspi;
       endinterface;
       interface ncs_o = interface Get
         method ActionValue#(Bit#(1)) get;
-           return ncs
+           return ncs;
         endmethod
       endinterface;
     endinterface