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