-
Notifications
You must be signed in to change notification settings - Fork 265
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
1 parent
daf0312
commit 4dacf05
Showing
8 changed files
with
12 additions
and
4 deletions.
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 |
---|---|---|
|
@@ -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: | ||
|
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
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 |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
// | ||
// Authors: | ||
// - Andreas Kurth <[email protected]> | ||
// - Nils Wistoff <[email protected]> | ||
|
||
// Macros to assign AXI Interfaces and Structs | ||
|
||
|
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 |
---|---|---|
|
@@ -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). | ||
|
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 |
---|---|---|
|
@@ -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. | ||
|
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 |
---|---|---|
|
@@ -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. | ||
|
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 |
---|---|---|
|
@@ -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]> | ||
|
||
|
@@ -252,4 +253,4 @@ import cf_math_pkg::idx_width; | |
.addr_map_i | ||
); | ||
|
||
endmodule | ||
endmodule |
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 |
---|---|---|
|
@@ -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" | ||
|