Skip to content

Commit

Permalink
Fix SPI Slave
Browse files Browse the repository at this point in the history
  • Loading branch information
IveanEx committed Dec 3, 2024
1 parent 95a0039 commit 4f2e752
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 4f2e752

Please sign in to comment.