X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fperipherals%2Fspi%2Fmspi.bsv;h=40568abd28cc180b62d9303ac0158d917573234e;hb=03c8301443e942c7900411502c32d3c3cb2d01c0;hp=c49f9298c6092dd690628dd6b2daf054ef93ba81;hpb=659198e58d4af5cec64e4d472a8e395c620f3e09;p=shakti-peripherals.git diff --git a/src/peripherals/spi/mspi.bsv b/src/peripherals/spi/mspi.bsv index c49f929..40568ab 100644 --- a/src/peripherals/spi/mspi.bsv +++ b/src/peripherals/spi/mspi.bsv @@ -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 mkspi(Ifc_mspi); Ifc_qspi qspi <- mkqspi();