Skip to content

Commit

Permalink
WIP:[MemPool-Spatz]
Browse files Browse the repository at this point in the history
1. WIP: Cleanup code
2. Bump Spatz Cluster to latest version
3. Various bug fixes
4. Fix sp-axpy kernel for MemPool-Spatz FPU test
  • Loading branch information
msc23h24 Diyou Shen (dishen) committed Dec 8, 2023
1 parent ac39c11 commit af6ed0a
Show file tree
Hide file tree
Showing 20 changed files with 1,325 additions and 3,400 deletions.
2 changes: 1 addition & 1 deletion Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ packages:
dependencies:
- common_cells
spatz:
revision: fa75ec560c4518bdac4c350481e6474188f88ecc
revision: 5e854f1fd9e82df236565a61a710d3092059f471
version: null
source:
Git: git@iis-git.ee.ethz.ch:spatz/spatz.git
Expand Down
2 changes: 1 addition & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
reqrsp_interface: { path: "hardware/deps/reqrsp_interface" }
snitch: { path: "hardware/deps/snitch" }
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.5 }
spatz: { git: "git@iis-git.ee.ethz.ch:spatz/spatz.git", rev: fa75ec56 }
spatz: { git: "git@iis-git.ee.ethz.ch:spatz/spatz.git", rev: 5e854f1f }
FPnew: { git: "https://github.com/pulp-platform/cvfpu.git", rev: pulp-v0.1.3 }

workspace:
Expand Down
2 changes: 1 addition & 1 deletion config/mempool.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ axi_hier_radix ?= 20
# Number of AXI masters per group
axi_masters_per_group ?= 1

xpulpimg ?= 0
xpulpimg ?= 1
3 changes: 1 addition & 2 deletions hardware/deps/snitch/Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ sources:
- src/snitch_axi_pkg.sv
- src/snitch_icache/snitch_icache_pkg.sv
# rest of RTL
# - src/snitch.sv
- src/snitch_md.sv
- src/snitch.sv
- src/snitch_regfile_ff.sv
# - src/snitch_regfile_latch.sv
- src/snitch_lsu.sv
Expand Down
Loading

0 comments on commit af6ed0a

Please sign in to comment.