Skip to content

Commit c97e3fa

Browse files
Razer6a-will
authored andcommitted
[hw,spi_host,rtl] CSB is NumCS wide
This was mistakenly changed to CSW in the last PR. Revert it back. Signed-off-by: Robert Schilling <[email protected]>
1 parent f686594 commit c97e3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/ip/spi_host/rtl/spi_host_fsm.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module spi_host_fsm
1919
input command_valid_i,
2020
output logic command_ready_o,
2121
output logic sck_o,
22-
output logic [CSW-1:0] csb_o,
22+
output logic [NumCS-1:0] csb_o,
2323
output logic [3:0] sd_en_o,
2424
output logic last_read_o,
2525
output logic last_write_o,

0 commit comments

Comments
 (0)