need to rename packages to match "master" convention
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 24 Jul 2018 13:29:08 +0000 (14:29 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 24 Jul 2018 13:29:08 +0000 (14:29 +0100)
src/peripherals/qspi/mqspi.bsv
src/peripherals/spi/mspi.bsv

index e22bd8c6daff98c9bfb4f8170b2ed7ae869bad21..f615df466813e3d2563be9bdda9e73899929b23b 100644 (file)
@@ -140,7 +140,7 @@ package mqspi;
                                                Idle=6} Phase deriving (Bits,Eq,FShow);
 
        (*synthesize*)
                                                Idle=6} Phase deriving (Bits,Eq,FShow);
 
        (*synthesize*)
-       module mkqspi(Ifc_mqspi);
+       module mkmqspi(Ifc_mqspi);
        
        AXI4_Lite_Slave_Xactor_IFC #(`PADDR, `Reg_width, `USERSPACE)  s_xactor <- mkAXI4_Lite_Slave_Xactor;
        /*************** List of implementation defined Registers *****************/
        
        AXI4_Lite_Slave_Xactor_IFC #(`PADDR, `Reg_width, `USERSPACE)  s_xactor <- mkAXI4_Lite_Slave_Xactor;
        /*************** List of implementation defined Registers *****************/
index 40568abd28cc180b62d9303ac0158d917573234e..b986247a15fb630059a69cbbae5ce7ca8034379a 100644 (file)
@@ -59,7 +59,7 @@ package mspi;
 
 
        (*synthesize*)
 
 
        (*synthesize*)
-       module mkspi(Ifc_mspi);
+       module mkmspi(Ifc_mspi);
        
     Ifc_qspi qspi <- mkqspi();
 
        
     Ifc_qspi qspi <- mkqspi();