Skip to content

Commit

Permalink
system: Remove default system wrappers from iDMA repository
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Oct 27, 2023
1 parent 32fb169 commit fb0d514
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1,797 deletions.
7 changes: 0 additions & 7 deletions .github/verible.waiver
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,3 @@

# Authors:
# - Thomas Benz <[email protected]>

# Fix this ...
waive --rule=line-length --location="src/frontend/desc64/idma_desc64.sv"

# Declare zero-based big-endian unpacked dimensions sized as [N] -> legacy PULP code :S
waive --rule=unpacked-dimensions-range-ordering --location="src/systems/pulpopen/dmac_wrap.sv"
waive --rule=line-length --location="src/systems/pulpopen/dmac_wrap.sv"
7 changes: 2 additions & 5 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ package:
authors:
- "Thomas Benz <[email protected]>" # current maintainer
- "Michael Rogenmoser <[email protected]>"
- "Tobias Senti <tsenti@student.ethz.ch>"
- "Axel Vanoni <axvanoni@student.ethz.ch>"
- "Tobias Senti <[email protected]>"
- "Axel Vanoni <[email protected]>"

dependencies:
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.32.0 }
Expand Down Expand Up @@ -67,18 +67,15 @@ sources:
- src/frontend/desc64/idma_desc64_reg_wrapper.sv
# Level 2
- src/frontend/desc64/idma_desc64_top.sv
- src/frontend/desc64/idma_desc64_cva6_wrap.sv

# Synthesis wrappers
- target: synth
files:
# Level 0
- src/frontend/desc64/idma_desc64_synth_pkg.sv
- src/frontend/desc64/idma_desc64_cva6_synth_pkg.sv
- src/synth/idma_nd_backend_synth.sv
# Level 1
- src/frontend/desc64/idma_desc64_synth.sv
- src/frontend/desc64/idma_desc64_cva6_synth.sv

# Testbenches
- target: test
Expand Down
67 changes: 0 additions & 67 deletions src/frontend/desc64/idma_desc64_cva6_synth.sv

This file was deleted.

30 changes: 0 additions & 30 deletions src/frontend/desc64/idma_desc64_cva6_synth_pkg.sv

This file was deleted.

Loading

0 comments on commit fb0d514

Please sign in to comment.