add missing import
[shakti-peripherals.git] / src / peripherals / qspi / qspi.bsv
index a63940f316a9826d17bb07f0ff10935ec5cecd24..7470aec30d7826956c194fa3d613f3f7582e26d1 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        :: *;
@@ -1326,7 +1327,7 @@ package qspi;
       endinterface;
       interface ncs_o = interface Get
         method ActionValue#(Bit#(1)) get;
-           return ncs
+           return ncs;
         endmethod
       endinterface;
     endinterface