-
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.
Browse files
Browse the repository at this point in the history
* frontend: Create a dataflow-oriented descriptor-based iDMA frontend supporting prefetching. #18 * systems/cva6_desc: Various fixes #26 --------- Co-authored-by: Axel Vanoni <[email protected]> Co-authored-by: iburaky-ids
- Loading branch information
1 parent
2edb5bb
commit af3a2e5
Showing
25 changed files
with
3,543 additions
and
1,494 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 |
---|---|---|
|
@@ -10,3 +10,4 @@ nonfree | |
working_dir | ||
bender | ||
morty | ||
todo |
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,9 +1,9 @@ | ||
// Copyright 2022 ETH Zurich and University of Bologna. | ||
// Copyright 2023 ETH Zurich and University of Bologna. | ||
// Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
// SPDX-License-Identifier: SHL-0.51 | ||
|
||
// Authors: | ||
// - Axel Vanoni <axvanoni@student.ethz.ch> | ||
// - Axel Vanoni <[email protected]> | ||
|
||
{ | ||
name: idma_desc64 | ||
|
Oops, something went wrong.