Skip to content

Commit

Permalink
Fix SW Compiling Error in Main (#81)
Browse files Browse the repository at this point in the history
* Fix SW Compiling Error in Main

* RTL Bug Fix
  • Loading branch information
IveanEx authored Nov 2, 2024
1 parent 907c8b9 commit 4ea2c3d
Show file tree
Hide file tree
Showing 49 changed files with 1,722 additions and 3,499 deletions.
1 change: 0 additions & 1 deletion hw/occamy/occamy_soc.sv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ module ${name}_soc
.rst_ni,
.chip_id_i,
.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
29 changes: 0 additions & 29 deletions target/sim/sw/device/apps/snax/snax-data-reshuffler/Makefile

This file was deleted.

Loading

0 comments on commit 4ea2c3d

Please sign in to comment.