Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ gmon.out
/tools/
/build/
/snitch.egg-info/

/.vscode/
6 changes: 3 additions & 3 deletions Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ packages:
dependencies:
- common_cells
idma:
revision: 28a36e5e07705549e59fc33db96ab681bc1ca88e
version: 0.6.5
revision: eb95978b5e15fb55658d0161f6eeb266ffdc9d78
version: null
source:
Git: https://github.com/pulp-platform/iDMA.git
Git: https://github.com/LionelNoussi/iDMA.git
dependencies:
- axi
- axi_stream
Expand Down
6 changes: 5 additions & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
tech_cells_generic: { git: https://github.com/pulp-platform/tech_cells_generic.git, version: 0.2.13 }
riscv-dbg: { git: https://github.com/pulp-platform/riscv-dbg.git, version: 0.8.1 }
cluster_icache: { git: https://github.com/pulp-platform/cluster_icache.git, version: 0.3.0 }
idma: { git: https://github.com/pulp-platform/iDMA.git, version: 0.6.5 }
idma: { git: https://github.com/LionelNoussi/iDMA.git, rev: funct3-011 }

export_include_dirs:
- hw/reqrsp_interface/include
Expand Down Expand Up @@ -174,6 +174,7 @@ sources:
- hw/schnizo/src/schnizo_tracer_pkg.sv
- hw/schnizo/src/schnizo_multiplier.sv
- hw/schnizo/src/schnizo_alu.sv
- hw/schnizo/src/schnizo_alu_lsu.sv
- hw/schnizo/src/schnizo_decoder.sv
- hw/schnizo/src/schnizo_dispatcher.sv
- hw/schnizo/src/schnizo_read_operands.sv
Expand Down Expand Up @@ -283,6 +284,9 @@ sources:
- target: gf12
files:
- hw/schnizo/synth/schnizo_synth_pkg.sv
- hw/schnizo/synth/schnizo_alu_synth.sv
- hw/schnizo/synth/schnizo_lsu_synth.sv
- hw/schnizo/synth/schnizo_alu_lsu_synth.sv
- hw/schnizo/synth/schnizo_res_stat_synth.sv
- hw/schnizo/synth/schnizo_req_xbar_synth.sv
- hw/schnizo/synth/schnizo_rsp_xbar_synth.sv
Expand Down
20 changes: 20 additions & 0 deletions experiments/alu_lsu/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/build
/power
/results
/runs
/verifications
/test
/pls
/power.yaml
/hw
/results.csv
/power.csv
/area
results_*
my_session.log
data/*/
/plots
/synth
/synth_results
/synth_flat
/synth_caches
Loading
Loading