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

index cdf5f9027f7d9c0c87d88fcf6f802b7a133c5a7b..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        :: *;