Skip to content

Commit

Permalink
authors: Use scripts/update_authors
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Sep 27, 2022
1 parent 79aee92 commit daf0312
Show file tree
Hide file tree
Showing 30 changed files with 58 additions and 41 deletions.
13 changes: 10 additions & 3 deletions Bender.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
package:
name: axi
authors:
- "Andreas Kurth <[email protected]>" # current maintainer
# Alphabetically ordered by last name (maintainers first)
- "Thomas Benz <[email protected]>" # current maintainer
- "Michael Rogenmoser <[email protected]>" # current maintainer
- "Matheus Cavalcante <[email protected]>"
- "Noah Huetter <[email protected]>"
- "Andreas Kurth <[email protected]>"
- "Stefan Mach <[email protected]>"
- "Samuel Riedel <[email protected]>"
- "Wolfgang Rönninger <[email protected]>"
- "Fabian Schuiki <[email protected]>"
- "Luca Valente <[email protected]>"
- "Florian Zaruba <[email protected]>"
- "Matheus Cavalcante <[email protected]>"
- "Wolfgang Roenninger <[email protected]>"

dependencies:
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.26.0 }
Expand Down
1 change: 0 additions & 1 deletion include/axi/assign.svh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
//
// Authors:
// - Andreas Kurth <[email protected]>
// - Wolfgang Roenninger <[email protected]>

// Macros to assign AXI Interfaces and Structs

Expand Down
5 changes: 5 additions & 0 deletions scripts/run_verilator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
# this License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
# specific language governing permissions and limitations under the License.
#
# Authors:
# - Fabian Schuiki <[email protected]>
# - Florian Zaruba <[email protected]>
# - Andreas Kurth <[email protected]>

set -e
ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
Expand Down
1 change: 0 additions & 1 deletion scripts/run_vsim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# Authors:
# - Andreas Kurth <[email protected]>
# - Fabian Schuiki <[email protected]>
# - Matheus Cavalcante <[email protected]>

set -euo pipefail
ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
Expand Down
4 changes: 4 additions & 0 deletions scripts/update_authors
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ declare -A emails=( \
["Samuel Riedel"]="[email protected]" \
["Stefan Mach"]="[email protected]" \
["Wolfgang Rönninger"]="[email protected]" \
["Thomas Benz"]="[email protected]" \
["Michael Rogenmoser"]="[email protected]" \
["Luca Valente"]="[email protected]" \
["Noah Huetter"]="[email protected]" \
)

# Iterate over source files (see `done` line for which files are included).
Expand Down
4 changes: 1 addition & 3 deletions src/axi_cdc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
//
// Authors:
// - Andreas Kurth <[email protected]>
// - Fabian Schuiki <[email protected]>
// - Florian Zaruba <[email protected]>
// - Luca Valente <[email protected]>
// - Wolfgang Roenninger <[email protected]>
// - Luca Valente <[email protected]>

`include "axi/assign.svh"

Expand Down
4 changes: 1 addition & 3 deletions src/axi_cdc_dst.sv
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
// specific language governing permissions and limitations under the License.
//
// Authors:
// - Luca Valente <[email protected]>
// - Andreas Kurth <[email protected]>
// - Fabian Schuiki <[email protected]>
// - Florian Zaruba <[email protected]>
// - Luca Valente <[email protected]>

`include "axi/assign.svh"
`include "axi/typedef.svh"
Expand Down
4 changes: 1 addition & 3 deletions src/axi_cdc_src.sv
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
// specific language governing permissions and limitations under the License.
//
// Authors:
// - Luca Valente <[email protected]>
// - Andreas Kurth <[email protected]>
// - Fabian Schuiki <[email protected]>
// - Florian Zaruba <[email protected]>
// - Luca Valente <[email protected]>

`include "axi/assign.svh"
`include "axi/typedef.svh"
Expand Down
4 changes: 3 additions & 1 deletion src/axi_fifo.sv
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
// specific language governing permissions and limitations under the License.
//
// Authors:
// - Noah Huetter <[email protected]>
// - Noah Huetter <[email protected]>
// - Florian Zaruba <[email protected]>
// - Fabian Schuiki <[email protected]>

// AXI4 Fifo
//
Expand Down
7 changes: 4 additions & 3 deletions src/axi_id_remap.sv
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
// CONDITIONS OF ANY KIND, either express or implied. See the License for the
// specific language governing permissions and limitations under the License.
//
// Andreas Kurth <[email protected]>
// Florian Zaruba <[email protected]>
// Wolfgang Roenninger <[email protected]>
// Authors:
// - Andreas Kurth <[email protected]>
// - Wolfgang Roenninger <[email protected]>
// - Florian Zaruba <[email protected]>

`include "common_cells/registers.svh"

Expand Down
3 changes: 1 addition & 2 deletions src/axi_id_serialize.sv
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
// specific language governing permissions and limitations under the License.
//
// Authors:
// - Wolfgang Roenninger <[email protected]>
// - Andreas Kurth <[email protected]>
// - Andreas Kurth <[email protected]>

`include "axi/assign.svh"
`include "axi/typedef.svh"
Expand Down
6 changes: 3 additions & 3 deletions src/axi_iw_converter.sv
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
// CONDITIONS OF ANY KIND, either express or implied. See the License for the
// specific language governing permissions and limitations under the License.
//
// Andreas Kurth <[email protected]>
// Florian Zaruba <zarubaf@iis.ee.ethz.ch>
// Wolfgang Roenninger <[email protected]>
// Authors:
// - Andreas Kurth <akurth@iis.ee.ethz.ch>
// - Wolfgang Roenninger <[email protected]>

`include "axi/typedef.svh"

Expand Down
2 changes: 1 addition & 1 deletion src/axi_multicut.sv
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
//
// Authors:
// - Wolfgang Roenninger <[email protected]>
// - Fabian Schuiki <[email protected]>
// - Andreas Kurth <[email protected]>
// - Fabian Schuiki <[email protected]>
// - Stefan Mach <[email protected]>

// Multiple AXI4 cuts.
Expand Down
3 changes: 3 additions & 0 deletions src/axi_sim_mem.sv
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
//
// Authors:
// - Andreas Kurth <[email protected]>
// - Samuel Riedel <[email protected]>
// - Michael Rogenmoser <[email protected]>
// - Thomas Benz <[email protected]>

`include "axi/typedef.svh"

Expand Down
3 changes: 1 addition & 2 deletions src/axi_test.sv
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
// specific language governing permissions and limitations under the License.
//
// Authors:
// - Wolfgang Roenninger <[email protected]>
// - Andreas Kurth <[email protected]>
// - Wolfgang Roenninger <[email protected]>
// - Fabian Schuiki <[email protected]>
// - Florian Zaruba <[email protected]>
// - Matheus Cavalcante <[email protected]>


Expand Down
3 changes: 2 additions & 1 deletion src/axi_throttle.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// Solderpad Hardware License, Version 0.51, see LICENSE for details.
// SPDX-License-Identifier: SHL-0.51
//
// Thomas Benz <[email protected]>
// Authors:
// - Thomas Benz <[email protected]>

/// Throttles an AXI4+ATOP bus. The maximum number of outstanding transfers have to
/// be set as a compile-time parameter, whereas the number of outstanding transfers can be set
Expand Down
1 change: 0 additions & 1 deletion src/axi_to_axi_lite.sv
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// - Wolfgang Roenninger <[email protected]>
// - Andreas Kurth <[email protected]>
// - Fabian Schuiki <[email protected]>
// - Florian Zaruba <[email protected]>

/// An AXI4+ATOP to AXI4-Lite converter with atomic transaction and burst support.
module axi_to_axi_lite #(
Expand Down
3 changes: 1 addition & 2 deletions src/axi_to_mem.sv
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
// specific language governing permissions and limitations under the License.

// Authors:
// - Andreas Kurth <[email protected]>
// - Wolfgang Roenninger <[email protected]>
// - Michael Rogenmoser <[email protected]>

`include "common_cells/registers.svh"
/// AXI4+ATOP slave module which translates AXI bursts into a memory stream.
Expand Down
1 change: 1 addition & 0 deletions src/axi_to_mem_banked.sv
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// specific language governing permissions and limitations under the License.

// Authors:
// - Michael Rogenmoser <[email protected]>
// - Wolfgang Rönninger <[email protected]>

/// AXI4+ATOP to banked SRAM memory slave. Allows for parallel read and write transactions.
Expand Down
3 changes: 2 additions & 1 deletion src/axi_to_mem_interleaved.sv
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
// CONDITIONS OF ANY KIND, either express or implied. See the License for the
// specific language governing permissions and limitations under the License.

// Author:
// Authors:
// Thomas Benz <[email protected]>
// - Michael Rogenmoser <[email protected]>

/// AXI4+ATOP to SRAM memory slave. Allows for parallel read and write transactions.
/// Allows reads to bypass writes, in contrast to `axi_to_mem`, however needs more hardware.
Expand Down
6 changes: 3 additions & 3 deletions src/axi_to_mem_split.sv
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
// this License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
// CONDITIONS OF ANY KIND, either express or implied. See the License for the
// specific language governing permissions and limitations under the License.

// Author:
// Michael Rogenmoser <[email protected]>
//
// Authors:
// - Michael Rogenmoser <[email protected]>

`include "axi/assign.svh"
/// AXI4+ATOP to memory-protocol interconnect. Completely separates the read and write channel to
Expand Down
1 change: 1 addition & 0 deletions test/axi_synth_bench.sv
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// - Wolfgang Roenninger <[email protected]>
// - Andreas Kurth <[email protected]>
// - Fabian Schuiki <[email protected]>
// - Michael Rogenmoser <[email protected]>

/// A synthesis test bench which instantiates various adapter variants.
module axi_synth_bench (
Expand Down
1 change: 1 addition & 0 deletions test/tb_axi_dw_downsizer.sv
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
//
// Authors:
// - Matheus Cavalcante <[email protected]>
// - Andreas Kurth <[email protected]>

`include "axi/assign.svh"

Expand Down
1 change: 1 addition & 0 deletions test/tb_axi_dw_upsizer.sv
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
//
// Authors:
// - Matheus Cavalcante <[email protected]>
// - Andreas Kurth <[email protected]>

`include "axi/assign.svh"

Expand Down
4 changes: 1 addition & 3 deletions test/tb_axi_fifo.sv
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
// specific language governing permissions and limitations under the License.
//
// Authors:
// - Wolfgang Roenninger <[email protected]>
// - Andreas Kurth <[email protected]>
// - Noah Huetter <[email protected]>
// - Noah Huetter <[email protected]>

`include "axi/typedef.svh"
`include "axi/assign.svh"
Expand Down
6 changes: 3 additions & 3 deletions test/tb_axi_iw_converter.sv
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
// CONDITIONS OF ANY KIND, either express or implied. See the License for the
// specific language governing permissions and limitations under the License.
//
// Author: Andreas Kurth <[email protected]>
// Florian Zaruba <zarubaf@iis.ee.ethz.ch>
// Wolfgang Roennigner <[email protected]>
// Authors:
// - Andreas Kurth <akurth@iis.ee.ethz.ch>
// - Wolfgang Roenninger <[email protected]>

`include "axi/assign.svh"
`include "axi/typedef.svh"
Expand Down
1 change: 1 addition & 0 deletions test/tb_axi_lite_regs.sv
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
//
// Authors:
// - Wolfgang Roenninger <[email protected]>
// - Andreas Kurth <[email protected]>

// Directed Random Verification Testbench for `axi_lite_regs`.

Expand Down
2 changes: 1 addition & 1 deletion test/tb_axi_lite_to_axi.sv
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
// specific language governing permissions and limitations under the License.
//
// Authors:
// - Fabian Schuiki <[email protected]>
// - Andreas Kurth <[email protected]>
// - Fabian Schuiki <[email protected]>
// - Florian Zaruba <[email protected]>

`include "axi/assign.svh"
Expand Down
1 change: 1 addition & 0 deletions test/tb_axi_sim_mem.sv
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//
// Authors:
// - Andreas Kurth <[email protected]>
// - Michael Rogenmoser <[email protected]>

`include "axi/assign.svh"
`include "axi/typedef.svh"
Expand Down
1 change: 1 addition & 0 deletions test/tb_axi_to_mem_banked.sv
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// specific language governing permissions and limitations under the License.

// Authors:
// - Michael Rogenmoser <[email protected]>
// - Wolfgang Roenninger <[email protected]>

`include "axi/typedef.svh"
Expand Down

0 comments on commit daf0312

Please sign in to comment.