-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bender.yml.tpl: Improvements and src_future
- Loading branch information
1 parent
3aeb2bd
commit 30b06b8
Showing
9 changed files
with
76 additions
and
100 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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright 2022 ETH Zurich and University of Bologna. | ||
# Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
# SPDX-License-Identifier: SHL-0.51 | ||
|
||
# Modules that should at some point be moved to the common_cells repo | ||
package: | ||
name: idma_future | ||
authors: | ||
- "Tobias Senti <[email protected]>" | ||
|
||
dependencies: | ||
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.31.1 } | ||
|
||
sources: | ||
- include_dirs: | ||
- ../include | ||
files: | ||
- idma_stream_fifo.sv | ||
- idma_improved_fifo.sv | ||
- idma_legalizer_page_splitter.sv | ||
- idma_legalizer_pow2_splitter.sv |
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
// | ||
// Tobias Senti <[email protected]> | ||
module idma_legalizer_pow2_splitter #( | ||
parameter int unsigned PageAddrWidth = 3, | ||
parameter int unsigned OffsetWidth = 2, | ||
parameter int unsigned PageAddrWidth = 3, | ||
parameter type addr_t = logic, | ||
parameter type len_t = logic | ||
)( | ||
|
File renamed without changes.
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