Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pulp-platform/iDMA
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2555b955ce614c728d2cec54467f3d39ab0413f9
Choose a base ref
..
head repository: pulp-platform/iDMA
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5b5f111e27362928136b4595ca49bfbd5f6b2ecf
Choose a head ref
Showing with 209 additions and 179 deletions.
  1. +6 −2 Bender.yml
  2. +203 −177 src/frontend/inst64/idma_inst64_top.sv
8 changes: 6 additions & 2 deletions Bender.yml
Original file line number Diff line number Diff line change
@@ -83,10 +83,14 @@ sources:
- src/frontend/desc64/idma_desc64_reader_gater.sv
- src/frontend/desc64/idma_desc64_reshaper.sv
- src/frontend/idma_transfer_id_gen.sv
- src/frontend/inst64/idma_inst64_events.sv
- target: snitch_cluster
files:
- src/frontend/inst64/idma_inst64_events.sv
# Level 1
- src/frontend/desc64/idma_desc64_reg_wrapper.sv
- src/frontend/inst64/idma_inst64_top.sv
- target: snitch_cluster
files:
- src/frontend/inst64/idma_inst64_top.sv
# Level 2
- src/frontend/desc64/idma_desc64_top.sv

Loading