diff --git a/spi_master_ss_wb.v b/spi_master_ss_wb.v index 5f77bc8..ad1cac4 100644 --- a/spi_master_ss_wb.v +++ b/spi_master_ss_wb.v @@ -4,7 +4,7 @@ * CERN-OHL-W v2. */ -module spi_master_ss +module spi_master_ss_wb #( parameter BUS_WID = 32, /* Width of a request on the bus. */ parameter SELECT_WID = 4, /* Width of the wishbone byte select. */