-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add new and fix existing SW tests * Fix undriven nets * Fix race condition between vector store and load * Decouple scatter-gather index width from SEW * Fix hazard detection of indexed memroy operations * Propagate testmode signal
- Loading branch information
Showing
3 changed files
with
4 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 |
---|---|---|
|
@@ -497,7 +497,7 @@ packages: | |
- common_cells | ||
- register_interface | ||
spatz: | ||
revision: 3072b05ee2d983fb47c04ad58ff509b2f8522434 | ||
revision: 51cc9153cac6dd717aaa0247249255464e6091bb | ||
version: null | ||
source: | ||
Git: [email protected]:spatz/spatz.git | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ dependencies: | |
timer_unit: { git: https://github.com/pulp-platform/timer_unit.git, version: 1.0.2 } | ||
apb_adv_timer: { git: https://github.com/pulp-platform/apb_adv_timer.git, version: 1.0.4 } | ||
can_bus: { git: [email protected]:AlSaqr-platform/can_bus.git, rev: 230222cc568b49b39a3385b12edaf680657bc69d } | ||
spatz: { git: [email protected]:spatz/spatz.git, rev: 3072b05ee2d983fb47c04ad58ff509b2f8522434 } # branch: michaero/carfield | ||
spatz: { git: [email protected]:spatz/spatz.git, rev: 51cc9153cac6dd717aaa0247249255464e6091bb } # branch: michaero/carfield | ||
bus_err_unit: { git: [email protected]:carfield/bus_err_unit.git, rev: 47a6436dc4b4b7f4a44f7786033b22c6d01530b2 } # branch: main | ||
common_cells: { git: https://github.com/pulp-platform/common_cells.git, version: 1.30.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