-
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.
- Loading branch information
Showing
2 changed files
with
16 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -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] | ||
|
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,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 | ||
|