-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Consistent headers * Rename and relocate various files * Update README and CHANGELOG * Add linting pass to ensure consistent headers
- Loading branch information
1 parent
e3cd418
commit 1d724c6
Showing
85 changed files
with
377 additions
and
160 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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Copyright 2023 ETH Zurich and University of Bologna. | ||
# Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
# SPDX-License-Identifier: SHL-0.51 | ||
|
||
# Authors: | ||
# - Thomas Benz <[email protected]> | ||
|
||
header-regex: > | ||
(?:#\!/.*\n)*[/|#]+ Copyright ([0-9]+) ETH Zurich and University of Bologna\.\n[/|#]+ Solderpad Hardware License, Version 0\.51, see LICENSE for details\.\n[/|#]+ SPDX-License-Identifier: SHL-0\.51\n\n[/|#]+ Authors:\n((?:[/#]+ - [0-9A-Za-z ]+<[0-9A-Za-z\.]+@[0-9A-Za-z\.]+>\n)+) | ||
author-regex: > | ||
([0-9A-Za-z ]+)<([0-9A-Za-z\.]+@[0-9A-Za-z\.]+)> | ||
excludes: | ||
- LICENSE | ||
- VERSION | ||
- CODEOWNERS | ||
- doc/fig/iDMA_overview | ||
- util/lint-commits.py | ||
- test/future/idma_tb_per2axi.sv | ||
- test/future/TLToAXI4.v | ||
|
||
exclude-ext: | ||
- png | ||
- pyc | ||
- rst | ||
- svg | ||
- txt | ||
- json | ||
- md | ||
- lock | ||
- local | ||
|
||
exclude-paths: | ||
- target | ||
|
||
allowed-years: | ||
- 2023 | ||
|
||
allowed-authors: | ||
Axel Vanoni: [email protected] | ||
Michael Rogenmoser: [email protected] | ||
Samuel Riedel: [email protected] | ||
Thomas Benz: [email protected] | ||
Tobias Senti: [email protected] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# Copyright 2023 ETH Zurich and University of Bologna. | ||
# Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
# SPDX-License-Identifier: SHL-0.51 | ||
|
||
# Authors: | ||
# - Thomas Benz <[email protected]> | ||
|
||
overrides: | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
# Copyright 2022 ETH Zurich and University of Bologna. | ||
# Copyright 2023 ETH Zurich and University of Bologna. | ||
# Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
# SPDX-License-Identifier: SHL-0.51 | ||
|
||
# Authors: | ||
# - Thomas Benz <[email protected]> | ||
|
||
package: | ||
name: idma | ||
authors: | ||
|
@@ -74,21 +77,21 @@ sources: | |
files: | ||
# Level 0 | ||
- src/frontend/desc64/idma_desc64_synth_pkg.sv | ||
- src/synth/idma_nd_backend_synth.sv | ||
- src/midend/idma_nd_midend_synth.sv | ||
# Level 1 | ||
- src/frontend/desc64/idma_desc64_synth.sv | ||
|
||
# Testbenches | ||
- target: test | ||
files: | ||
# Level 0 | ||
- test/tb_idma_improved_fifo.sv | ||
- test/tb_idma_nd_backend.sv | ||
- test/frontend/tb_idma_desc64_top.sv | ||
- test/frontend/tb_idma_desc64_bench.sv | ||
- test/future/idma_tb_per2axi.sv | ||
- test/future/idma_obi_asserter.sv | ||
- test/future/TLToAXI4.v | ||
- test/future/tb_idma_improved_fifo.sv | ||
- test/midend/tb_idma_nd_midend.sv | ||
# Level 1 | ||
- test/future/idma_obi2axi_bridge.sv | ||
- test/future/idma_tilelink2axi_bridge.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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
# Copyright 2022 ETH Zurich and University of Bologna. | ||
# Copyright 2023 ETH Zurich and University of Bologna. | ||
# Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
# SPDX-License-Identifier: SHL-0.51 | ||
# | ||
|
||
# Authors: | ||
# - Michael Rogenmoser <[email protected]> | ||
|
||
# Configuration file for the Sphinx documentation builder. | ||
# | ||
# This file does only contain a selection of the most common options. For a | ||
|
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,4 +1,4 @@ | ||
# Copyright 2022 ETH Zurich and University of Bologna. | ||
# Copyright 2023 ETH Zurich and University of Bologna. | ||
# Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
# SPDX-License-Identifier: SHL-0.51 | ||
|
||
|
@@ -232,9 +232,9 @@ IDMA_RTL_DOC_ALL += $(foreach Y,$(IDMA_BACKEND_IDS),$(IDMA_HTML_DIR)/idma_backen | |
IDMA_PICKLE_ALL += $(foreach Y,$(IDMA_BACKEND_IDS),$(IDMA_PICKLE_DIR)/idma_backend_synth_$Y.sv) | ||
|
||
# nDs | ||
IDMA_RTL_DOC_ALL += $(IDMA_DOC_FIG_DIR)/graph/idma_nd_backend_synth.png | ||
IDMA_RTL_DOC_ALL += $(IDMA_HTML_DIR)/idma_nd_backend_synth/index.html | ||
IDMA_PICKLE_ALL += $(IDMA_PICKLE_DIR)/idma_nd_backend_synth.sv | ||
IDMA_RTL_DOC_ALL += $(IDMA_DOC_FIG_DIR)/graph/idma_nd_midend_synth.png | ||
IDMA_RTL_DOC_ALL += $(IDMA_HTML_DIR)/idma_nd_midend_synth/index.html | ||
IDMA_PICKLE_ALL += $(IDMA_PICKLE_DIR)/idma_nd_midend_synth.sv | ||
|
||
# descriptor-based frontend | ||
IDMA_RTL_DOC_ALL += $(IDMA_DOC_FIG_DIR)/graph/idma_desc64_synth.png | ||
|
@@ -392,7 +392,7 @@ idma_spinx_doc_clean: | |
|
||
IDMA_NONFREE_REMOTE ?= [email protected]:bslk/idma/idma-non-free.git | ||
IDMA_NONFREE_DIR ?= $(IDMA_ROOT)/nonfree | ||
IDMA_NONFREE_COMMIT ?= dev-tbenz | ||
IDMA_NONFREE_COMMIT ?= deploy | ||
|
||
idma_nonfree_init: | ||
git clone $(IDMA_NONFREE_REMOTE) $(IDMA_NONFREE_DIR) | ||
|
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
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,9 +1,9 @@ | ||
// Copyright 2022 ETH Zurich and University of Bologna. | ||
// Copyright 2023 ETH Zurich and University of Bologna. | ||
// Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
// SPDX-License-Identifier: SHL-0.51 | ||
|
||
// Authors: | ||
// - Thomas Benz <tbenz@iis.eeethz.ch> | ||
// - Thomas Benz <tbenz@iis.ee.ethz.ch> | ||
// - Tobias Senti <[email protected]> | ||
|
||
`include "common_cells/registers.svh" | ||
|
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,9 +1,9 @@ | ||
// Copyright 2022 ETH Zurich and University of Bologna. | ||
// Copyright 2023 ETH Zurich and University of Bologna. | ||
// Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
// SPDX-License-Identifier: SHL-0.51 | ||
|
||
// Authors: | ||
// - Thomas Benz <tbenz@iis.eeethz.ch> | ||
// - Thomas Benz <tbenz@iis.ee.ethz.ch> | ||
// - Tobias Senti <[email protected]> | ||
|
||
`include "common_cells/registers.svh" | ||
|
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,9 +1,9 @@ | ||
// Copyright 2022 ETH Zurich and University of Bologna. | ||
// Copyright 2023 ETH Zurich and University of Bologna. | ||
// Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
// SPDX-License-Identifier: SHL-0.51 | ||
|
||
// Authors: | ||
// - Thomas Benz <tbenz@iis.eeethz.ch> | ||
// - Thomas Benz <tbenz@iis.ee.ethz.ch> | ||
// - Tobias Senti <[email protected]> | ||
|
||
/// Implementing the AXI Lite read task in the iDMA transport layer. | ||
|
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,9 +1,9 @@ | ||
// Copyright 2022 ETH Zurich and University of Bologna. | ||
// Copyright 2023 ETH Zurich and University of Bologna. | ||
// Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
// SPDX-License-Identifier: SHL-0.51 | ||
|
||
// Authors: | ||
// - Thomas Benz <tbenz@iis.eeethz.ch> | ||
// - Thomas Benz <tbenz@iis.ee.ethz.ch> | ||
// - Tobias Senti <[email protected]> | ||
|
||
/// Implementing the AXI Lite write task in the iDMA transport layer. | ||
|
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,9 +1,9 @@ | ||
// Copyright 2022 ETH Zurich and University of Bologna. | ||
// Copyright 2023 ETH Zurich and University of Bologna. | ||
// Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
// SPDX-License-Identifier: SHL-0.51 | ||
|
||
// Authors: | ||
// - Thomas Benz <tbenz@iis.eeethz.ch> | ||
// - Thomas Benz <tbenz@iis.ee.ethz.ch> | ||
// - Tobias Senti <[email protected]> | ||
|
||
/// Implementing the AXI Stream read task in the iDMA transport layer. | ||
|
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,9 +1,9 @@ | ||
// Copyright 2022 ETH Zurich and University of Bologna. | ||
// Copyright 2023 ETH Zurich and University of Bologna. | ||
// Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
// SPDX-License-Identifier: SHL-0.51 | ||
|
||
// Authors: | ||
// - Thomas Benz <tbenz@iis.eeethz.ch> | ||
// - Thomas Benz <tbenz@iis.ee.ethz.ch> | ||
// - Tobias Senti <[email protected]> | ||
|
||
/// Implementing the AXI Stream write task in the iDMA transport layer. | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
// Copyright 2022 ETH Zurich and University of Bologna. | ||
// Copyright 2023 ETH Zurich and University of Bologna. | ||
// Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
// SPDX-License-Identifier: SHL-0.51 | ||
|
||
// Authors: | ||
// - Thomas Benz <tbenz@iis.eeethz.ch> | ||
// - Thomas Benz <tbenz@iis.ee.ethz.ch> | ||
// - Tobias Senti <[email protected]> | ||
|
||
/// A byte-granular buffer holding data while it is copied. | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
// Copyright 2022 ETH Zurich and University of Bologna. | ||
// Copyright 2023 ETH Zurich and University of Bologna. | ||
// Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
// SPDX-License-Identifier: SHL-0.51 | ||
|
||
// Authors: | ||
// - Thomas Benz <tbenz@iis.eeethz.ch> | ||
// - Thomas Benz <tbenz@iis.ee.ethz.ch> | ||
// - Tobias Senti <[email protected]> | ||
|
||
/// Implementing the INIT read task in the iDMA transport layer. | ||
|
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,9 +1,9 @@ | ||
// Copyright 2022 ETH Zurich and University of Bologna. | ||
// Copyright 2023 ETH Zurich and University of Bologna. | ||
// Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
// SPDX-License-Identifier: SHL-0.51 | ||
|
||
// Authors: | ||
// - Thomas Benz <tbenz@iis.eeethz.ch> | ||
// - Thomas Benz <tbenz@iis.ee.ethz.ch> | ||
// - Tobias Senti <[email protected]> | ||
|
||
/// Implementing the OBI read task in the iDMA transport layer. | ||
|
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,9 +1,9 @@ | ||
// Copyright 2022 ETH Zurich and University of Bologna. | ||
// Copyright 2023 ETH Zurich and University of Bologna. | ||
// Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
// SPDX-License-Identifier: SHL-0.51 | ||
|
||
// Authors: | ||
// - Thomas Benz <tbenz@iis.eeethz.ch> | ||
// - Thomas Benz <tbenz@iis.ee.ethz.ch> | ||
// - Tobias Senti <[email protected]> | ||
|
||
/// Implementing the OBI write task in the iDMA transport layer. | ||
|
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,9 +1,9 @@ | ||
// Copyright 2022 ETH Zurich and University of Bologna. | ||
// Copyright 2023 ETH Zurich and University of Bologna. | ||
// Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
// SPDX-License-Identifier: SHL-0.51 | ||
|
||
// Authors: | ||
// - Thomas Benz <tbenz@iis.eeethz.ch> | ||
// - Thomas Benz <tbenz@iis.ee.ethz.ch> | ||
// - Tobias Senti <[email protected]> | ||
|
||
`include "common_cells/registers.svh" | ||
|
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,9 +1,9 @@ | ||
// Copyright 2022 ETH Zurich and University of Bologna. | ||
// Copyright 2023 ETH Zurich and University of Bologna. | ||
// Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
// SPDX-License-Identifier: SHL-0.51 | ||
|
||
// Authors: | ||
// - Thomas Benz <tbenz@iis.eeethz.ch> | ||
// - Thomas Benz <tbenz@iis.ee.ethz.ch> | ||
// - Tobias Senti <[email protected]> | ||
|
||
`include "common_cells/registers.svh" | ||
|
Oops, something went wrong.