Skip to content

Commit

Permalink
Update some ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Konste11ation committed Oct 8, 2024
1 parent d58bf91 commit 663696e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ sources:
files:
- /users/micas/shares/project_snax/tapeout_modules/hemaia/tc_sram_impl.sv

# future
- hw/future/reg_to_apb.sv
# spm_interface
- files:
# Level 1
Expand Down
2 changes: 2 additions & 0 deletions hw/occamy/occamy_chip.sv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ import ${name}_pkg::*;
.bootrom_rsp_i (bootrom_axi_lite_rsp),
.spm_axi_wide_req_o (ram_axi_req),
.spm_axi_wide_rsp_i (ram_axi_rsp),
.chip_ctrl_req_o (),
.chip_ctrl_rsp_i ('0),
.ext_irq_i ('0)
);

Expand Down
2 changes: 2 additions & 0 deletions hw/occamy/occamy_soc.sv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ module ${name}_soc
.clk_i (${narrow_spm_mst.clk}),
.rst_ni (${narrow_spm_mst.rst}),
.busy_o (),
.test_i (test_mode_i),
.axi_req_i (${narrow_spm_mst.req_name()}),
.axi_resp_o (${narrow_spm_mst.rsp_name()}),
.mem_req_o (spm_narrow_req),
Expand Down Expand Up @@ -349,6 +350,7 @@ module ${name}_soc
.clk_i,
.rst_ni,
.dma_id_i ( 'd0 ),
.chip_id_i ( '0 ),
.axi_dma_req_o ( ${in_sys_idma_mst.req_name()} ),
.axi_dma_res_i ( ${in_sys_idma_mst.rsp_name()} ),
.burst_req_i ( idma_burst_req ),
Expand Down
2 changes: 2 additions & 0 deletions target/rtl/test/testharness.sv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ module testharness import occamy_pkg::*; (
.bootrom_rsp_i (axi_lite_bootrom_rsp),
.spm_axi_wide_req_o (spm_wide_req),
.spm_axi_wide_rsp_i (spm_wide_rsp),
.chip_ctrl_req_o (),
.chip_ctrl_rsp_i ('0),
.ext_irq_i ('0)
);

Expand Down

0 comments on commit 663696e

Please sign in to comment.