forked from pulp-platform/axi
-
Notifications
You must be signed in to change notification settings - Fork 1
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
1c9a102
commit 6c61c46
Showing
25 changed files
with
116 additions
and
68 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
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 |
---|---|---|
|
@@ -7,10 +7,12 @@ package: | |
- "Matheus Cavalcante <[email protected]>" | ||
- "Tim Fischer <[email protected]>" | ||
- "Noah Huetter <[email protected]>" | ||
- "Cyril Koenig <[email protected]>" | ||
- "Andreas Kurth <[email protected]>" | ||
- "Stefan Mach <[email protected]>" | ||
- "Samuel Riedel <[email protected]>" | ||
- "Wolfgang Rönninger <[email protected]>" | ||
- "Paul Scheffler <[email protected]>" | ||
- "Fabian Schuiki <[email protected]>" | ||
- "Luca Valente <[email protected]>" | ||
- "Nils Wistoff <[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
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 |
---|---|---|
@@ -1 +1 @@ | ||
0.38.0 | ||
0.39.0 |
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]> | ||
// - Thomas Benz <[email protected]> | ||
// - Florian Zaruba <[email protected]> | ||
// - Wolfgang Roenninger <[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 |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
# - Fabian Schuiki <[email protected]> | ||
# - Florian Zaruba <[email protected]> | ||
# - Andreas Kurth <[email protected]> | ||
# - Thomas Benz <[email protected]> | ||
|
||
set -e | ||
ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd) | ||
|
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 |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
# Authors: | ||
# - Andreas Kurth <[email protected]> | ||
# - Fabian Schuiki <[email protected]> | ||
# - Wolfgang Roenninger <[email protected]> | ||
|
||
set -euo pipefail | ||
ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd) | ||
|
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 |
---|---|---|
|
@@ -19,6 +19,7 @@ declare -A hide=( \ | |
# Map each author name to an email address. | ||
declare -A emails=( \ | ||
["Andreas Kurth"]="[email protected]" \ | ||
["Cyril Koenig"]="[email protected]" \ | ||
["Fabian Schuiki"]="[email protected]" \ | ||
["Florian Zaruba"]="[email protected]" \ | ||
["Matheus Cavalcante"]="[email protected]" \ | ||
|
@@ -30,6 +31,8 @@ declare -A emails=( \ | |
["Luca Valente"]="[email protected]" \ | ||
["Noah Huetter"]="[email protected]" \ | ||
["Nils Wistoff"]="[email protected]" \ | ||
["Nicole Narr"]="[email protected]" \ | ||
["Paul Scheffler"]="[email protected]" \ | ||
["Tim Fischer"]="[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 |
---|---|---|
|
@@ -9,9 +9,9 @@ | |
// specific language governing permissions and limitations under the License. | ||
// | ||
// Authors: | ||
// - Thomas Benz <[email protected]> | ||
// - Thomas Benz <[email protected]> | ||
// - Paul Scheffler <[email protected]> | ||
// - Tim Fischer <[email protected]> | ||
// - Tim Fischer <[email protected]> | ||
|
||
/// Non-synthesizable module comparing two AXI channels of the same type | ||
module axi_chan_compare #( | ||
|
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,9 @@ | |
// specific language governing permissions and limitations under the License. | ||
// | ||
// Authors: | ||
// - Michael Rogenmoser <[email protected]> | ||
// - Wolfgang Roenninger <[email protected]> | ||
// - Thomas Benz <[email protected]> | ||
// - Andreas Kurth <[email protected]> | ||
|
||
`include "common_cells/assertions.svh" | ||
|
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,8 @@ | |
// | ||
// Authors: | ||
// - Wolfgang Roenninger <[email protected]> | ||
// - Michael Rogenmoser <[email protected]> | ||
// - Thomas Benz <[email protected]> | ||
// - Andreas Kurth <[email protected]> | ||
|
||
`include "common_cells/assertions.svh" | ||
|
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,7 +10,7 @@ | |
// | ||
// Authors: | ||
// - Christopher Reinwardt <[email protected]> | ||
// - Nicole Narr <[email protected] | ||
// - Nicole Narr <[email protected]> | ||
|
||
`include "axi/typedef.svh" | ||
|
||
|
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]> | ||
// - Paul Scheffler <[email protected]> | ||
|
||
`include "axi/assign.svh" | ||
`include "axi/typedef.svh" | ||
|
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,7 @@ | |
// specific language governing permissions and limitations under the License. | ||
|
||
// Authors: | ||
// - Wolfgang Rönninger <[email protected]> | ||
// - Wolfgang Roenninger <[email protected]> | ||
|
||
/// # AXI4-Lite data width downsize module. | ||
/// | ||
|
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 @@ | |
// | ||
// Authors: | ||
// - Wolfgang Roenninger <[email protected]> | ||
// - Nicole Narr <[email protected]> | ||
|
||
/// Protocol adapter which translates memory requests to the AXI4-Lite protocol. | ||
/// | ||
|
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 |
---|---|---|
|
@@ -12,8 +12,10 @@ | |
// Authors: | ||
// - Andreas Kurth <[email protected]> | ||
// - Florian Zaruba <[email protected]> | ||
// - Thomas Benz <[email protected]> | ||
// - Wolfgang Roenninger <[email protected]> | ||
// - Fabian Schuiki <[email protected]> | ||
// - Cyril Koenig <[email protected]> | ||
// - Matheus Cavalcante <[email protected]> | ||
|
||
//! AXI Package | ||
|
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 |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
// - Andreas Kurth <[email protected]> | ||
// - Wolfgang Roenninger <[email protected]> | ||
// - Fabian Schuiki <[email protected]> | ||
// - Thomas Benz <[email protected]> | ||
// - Matheus Cavalcante <[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 |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
|
||
// Authors: | ||
// - Michael Rogenmoser <[email protected]> | ||
// - Thomas Benz <[email protected]> | ||
|
||
`include "common_cells/registers.svh" | ||
/// AXI4+ATOP slave module which translates AXI bursts into a memory stream. | ||
|
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 @@ | |
|
||
// Authors: | ||
// - Michael Rogenmoser <[email protected]> | ||
// - Thomas Benz <[email protected]> | ||
|
||
`include "common_cells/registers.svh" | ||
/// AXI4+ATOP slave module which translates AXI bursts into a memory stream. | ||
|
Oops, something went wrong.