Skip to content

Commit

Permalink
[hw,spi_host,rtl] CSB is NumCS wide
Browse files Browse the repository at this point in the history
This was mistakenly changed to CSW in the last PR. Revert it back.

Signed-off-by: Robert Schilling <[email protected]>
  • Loading branch information
Razer6 authored and a-will committed Jan 7, 2025
1 parent f686594 commit c97e3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/ip/spi_host/rtl/spi_host_fsm.sv
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module spi_host_fsm
input command_valid_i,
output logic command_ready_o,
output logic sck_o,
output logic [CSW-1:0] csb_o,
output logic [NumCS-1:0] csb_o,
output logic [3:0] sd_en_o,
output logic last_read_o,
output logic last_write_o,
Expand Down

0 comments on commit c97e3fa

Please sign in to comment.