Skip to content

Commit

Permalink
Make author-lint action happy
Browse files Browse the repository at this point in the history
  • Loading branch information
RootCubed committed Jul 2, 2024
1 parent 9273a95 commit 64ce0a1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/authors-cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ allowed-years:

allowed-authors:
Axel Vanoni: [email protected]
Liam Braun: [email protected]
Michael Rogenmoser: [email protected]
Samuel Riedel: [email protected]
Thomas Benz: [email protected]
Expand Down
16 changes: 15 additions & 1 deletion test/drivers/axi_driver_common.svh
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
// Copyright 2024 ETH Zurich and University of Bologna.
// Solderpad Hardware License, Version 0.51, see LICENSE for details.
// SPDX-License-Identifier: SHL-0.51
//
// Authors:
// - Liam Braun <[email protected]>

// This file contains code from https://github.com/pulp-platform/axi.
// This had to be made separate because Verilator does not support
// all features used in the original file.

// See copyright notices in
// Original authors:
// - Andreas Kurth <[email protected]>
// - Wolfgang Roenninger <[email protected]>
// - Fabian Schuiki <[email protected]>
// - Thomas Benz <[email protected]>
// - Matheus Cavalcante <[email protected]>

// See further copyright notices in
// https://github.com/pulp-platform/axi/blob/master/src/axi_test.sv.

`ifndef AXI_DRIVER_COMMON_SV
Expand Down

0 comments on commit 64ce0a1

Please sign in to comment.