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: axvanoni@ethz.ch
Liam Braun: libraun@student.ethz.ch
Michael Rogenmoser: michaero@iis.ee.ethz.ch
Samuel Riedel: sriedel@iis.ee.ethz.ch
Thomas Benz: tbenz@iis.ee.ethz.ch
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 <libraun@student.ethz.ch>

// 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 <akurth@iis.ee.ethz.ch>
// - Wolfgang Roenninger <wroennin@iis.ee.ethz.ch>
// - Fabian Schuiki <fschuiki@iis.ee.ethz.ch>
// - Thomas Benz <tbenz@iis.ee.ethz.ch>
// - Matheus Cavalcante <matheusd@iis.ee.ethz.ch>

// 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.