fix typo
This commit is contained in:
parent
52bb728e10
commit
0ce84e55a3
|
@ -4,7 +4,7 @@
|
||||||
* CERN-OHL-W v2.
|
* 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 BUS_WID = 32, /* Width of a request on the bus. */
|
||||||
parameter SELECT_WID = 4, /* Width of the wishbone byte select. */
|
parameter SELECT_WID = 4, /* Width of the wishbone byte select. */
|
||||||
|
|
Loading…
Reference in New Issue