need to rename packages to match "master" convention
[shakti-peripherals.git] / src / peripherals / spi / mspi.bsv
index c49f9298c6092dd690628dd6b2daf054ef93ba81..b986247a15fb630059a69cbbae5ce7ca8034379a 100644 (file)
@@ -50,7 +50,7 @@ package mspi;
         interface Get#(Bit#(1)) ncs_o;
     endinterface
 
-    interface Ifc_spi;
+    interface Ifc_mspi;
         interface SPI_out out;
                interface AXI4_Lite_Slave_IFC#(`PADDR,`Reg_width,`USERSPACE) slave;
         // 0=TOF, 1=SMF, 2=Threshold, 3=TCF, 4=TEF 5 = request_ready
@@ -59,7 +59,7 @@ package mspi;
 
 
        (*synthesize*)
-       module mkspi(Ifc_spi);
+       module mkmspi(Ifc_mspi);
        
     Ifc_qspi qspi <- mkqspi();