Skip to content

Commit

Permalink
authors: Manual fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Sep 27, 2022
1 parent daf0312 commit 4dacf05
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ package:
- "Thomas Benz <[email protected]>" # current maintainer
- "Michael Rogenmoser <[email protected]>" # current maintainer
- "Matheus Cavalcante <[email protected]>"
- "Tim Fischer <[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]>"
- "Nils Wistoff <[email protected]>"
- "Florian Zaruba <[email protected]>"

dependencies:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- Improve compatibility with FuseSoC
- Improve compatibility with Vivado XSIM
- Use `scripts/update_authors` to update authors, slight manual fixes performed.

### Fixed

Expand Down
1 change: 1 addition & 0 deletions include/axi/assign.svh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
//
// Authors:
// - Andreas Kurth <[email protected]>
// - Nils Wistoff <[email protected]>

// Macros to assign AXI Interfaces and Structs

Expand Down
2 changes: 2 additions & 0 deletions scripts/update_authors
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ declare -A emails=( \
["Michael Rogenmoser"]="[email protected]" \
["Luca Valente"]="[email protected]" \
["Noah Huetter"]="[email protected]" \
["Nils Wistoff"]="[email protected]" \
["Tim Fischer"]="[email protected]" \
)

# Iterate over source files (see `done` line for which files are included).
Expand Down
2 changes: 1 addition & 1 deletion src/axi_to_mem_banked.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:
// - Michael Rogenmoser <[email protected]>
// - Wolfgang Rönninger <[email protected]>
// - Michael Rogenmoser <[email protected]>

/// AXI4+ATOP to banked SRAM memory slave. Allows for parallel read and write transactions.
/// Has higher throughput than `axi_to_mem`, however needs more hardware.
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 @@ -9,7 +9,8 @@
// specific language governing permissions and limitations under the License.

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

/// AXI4+ATOP to SRAM memory slave. Allows for parallel read and write transactions.
Expand Down
3 changes: 2 additions & 1 deletion src/axi_xp.sv
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
// specific language governing permissions and limitations under the License.
//
// Authors:
// - Tim Fischer <[email protected]>
// - Andreas Kurth <[email protected]>
// - Vikram Jain <[email protected]>

Expand Down Expand Up @@ -252,4 +253,4 @@ import cf_math_pkg::idx_width;
.addr_map_i
);

endmodule
endmodule
2 changes: 1 addition & 1 deletion test/tb_axi_to_mem_banked.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:
// - Michael Rogenmoser <[email protected]>
// - Wolfgang Roenninger <[email protected]>
// - Michael Rogenmoser <[email protected]>

`include "axi/typedef.svh"
`include "axi/assign.svh"
Expand Down

0 comments on commit 4dacf05

Please sign in to comment.