Skip to content

Commit

Permalink
Fix SPI Slave (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
IveanEx authored Dec 3, 2024
1 parent 95a0039 commit 27cd30b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/occamy/occamy_top.sv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ module ${name}_top
) i_spi_slave (
.clk_i(${axi_spi_slave.clk}),
.rst_ni(${axi_spi_slave.rst}),
.chip_id_i('0),
.axi_lite_req_o(${axi_spi_slave.req_name()}),
.axi_lite_rsp_i(${axi_spi_slave.rsp_name()}),
.spi_sclk_i(spis_sck_i),
Expand Down

0 comments on commit 27cd30b

Please sign in to comment.