-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…33) * MARIO: Generate ND frontends automatically * PULP: Modify PULP wrapper to fit the 3D version #33 * PULP: Add a synthesis wrapper for DMAC Wrap #30 * PULP: Closed PR #32 * frontend: Cleanup and homogenization of the register interfaces, remove legacy drivers --------- Co-authored-by: Tobias Senti <[email protected]> Co-authored-by: Simone Di Stasi <[email protected]> Co-authored-by: Alessandro Nadalini <[email protected]>
- Loading branch information
1 parent
929b156
commit 2edb5bb
Showing
52 changed files
with
896 additions
and
5,330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# - Thomas Benz <[email protected]> | ||
|
||
# Fix this ... | ||
waive --rule=line-length --location="src/frontends/desc64/idma_desc64.sv" | ||
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,6 @@ jobs: | |
SPDX-License-Identifier: (SHL-0.51|Apache-2.0) | ||
# Exclude generated headers (no license checker support for optional lines) | ||
exclude_paths: | | ||
src/systems/cva6_reg/driver/*.h | ||
target/sim/vsim/wave/tpl/*.do.tpl | ||
lint-sv: | ||
|
@@ -47,29 +46,28 @@ jobs: | |
fail_on_error: true | ||
reviewdog_reporter: github-check | ||
|
||
lint-cxx: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- | ||
name: Checkout | ||
uses: actions/checkout@v3 | ||
- | ||
name: Run Clang-format | ||
uses: DoozyX/[email protected] | ||
with: | ||
extensions: 'c,h,cpp' | ||
clangFormatVersion: 14 | ||
style: > | ||
{ | ||
IndentWidth: 4, | ||
ColumnLimit: 100, | ||
AlignEscapedNewlines: DontAlign, | ||
SortIncludes: false, | ||
AllowShortFunctionsOnASingleLine: None, | ||
AllowShortIfStatementsOnASingleLine: true, | ||
AllowShortLoopsOnASingleLine: true | ||
} | ||
exclude_paths: src/systems/cva6_reg/driver/*.h target/sim/vsim/wave/tpl/*.tpl | ||
# lint-cxx: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - | ||
# name: Checkout | ||
# uses: actions/checkout@v3 | ||
# - | ||
# name: Run Clang-format | ||
# uses: DoozyX/[email protected] | ||
# with: | ||
# extensions: 'c,h,cpp' | ||
# clangFormatVersion: 14 | ||
# style: > | ||
# { | ||
# IndentWidth: 4, | ||
# ColumnLimit: 100, | ||
# AlignEscapedNewlines: DontAlign, | ||
# SortIncludes: false, | ||
# AllowShortFunctionsOnASingleLine: None, | ||
# AllowShortIfStatementsOnASingleLine: true, | ||
# AllowShortLoopsOnASingleLine: true | ||
# } | ||
|
||
lint-python: | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
overrides: | ||
axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.0 } | ||
axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.1 } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.