forked from pulp-platform/carfield
-
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.
Fix configurable top level bugs and integrate CI flow. (#2)
* Bump dependencies and align testbench with new Cheshire JTAG tasks. * Fix connections. * Align cache-enable CSR with OpenHW recent changes... * Add draft CI flow. * Use normal printf in `Helloworld`. * Update nonfree rules. * Fix parameter declaration in L2 Ecc asyncronoys buses. * Fix PULP cluster EOC and busy enable connections. * Update nonfree. * Bump nonfree. * Bump nonfree to copy uImage in dedicated `astral` folder. * Apply suggestions from code review Co-authored-by: Michael Rogenmoser <[email protected]> --------- Co-authored-by: Yvan Tortorella <[email protected]> Co-authored-by: Michael Rogenmoser <[email protected]>
- Loading branch information
1 parent
a4a9512
commit 4c563a2
Showing
10 changed files
with
28 additions
and
34 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 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,9 +11,9 @@ package: | |
- "Yvan Tortorella <[email protected]>" | ||
|
||
dependencies: | ||
register_interface: { git: https://github.com/pulp-platform/register_interface.git, version: 0.4.2 } | ||
register_interface: { git: https://github.com/pulp-platform/register_interface.git, version: 0.4.3 } | ||
axi: { git: https://github.com/pulp-platform/axi.git, version: 0.39.1 } | ||
cheshire: { git: https://github.com/pulp-platform/cheshire.git, rev: fc09f729a3ead5efcdd7b7ff579776820e0f5443 } # branch: astral | ||
cheshire: { git: https://github.com/pulp-platform/cheshire.git, rev: 6d389373df6b54c09888f89411b7e231d2430722 } # branch: astral-new | ||
hyperbus: { git: https://github.com/pulp-platform/hyperbus.git, rev: f039e601c8b6590181734e6d26ff8b77aa380412 } # branch: chi/add_fsm_with_Tcsh | ||
dyn_mem: { git: https://github.com/pulp-platform/dyn_spm.git, rev: 480590062742230dc9bd4050358a15b4747bdf34 } # branch: main | ||
safety_island: { git: https://github.com/pulp-platform/safety_island.git, rev: aaef55c798ab53560faaf451a86668fa1e6d0f3b } # branch: carfield | ||
|
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 |
---|---|---|
|
@@ -45,8 +45,8 @@ include $(CAR_ROOT)/bender-safed.mk | |
# Nonfree components # | ||
###################### | ||
|
||
CAR_NONFREE_REMOTE ?= [email protected]:carfield/carfield-nonfree.git | ||
CAR_NONFREE_COMMIT ?= 54ce7e49 | ||
CAR_NONFREE_REMOTE ?= [email protected]:astral/astral-nonfree.git | ||
CAR_NONFREE_COMMIT ?= 711d0097 | ||
|
||
## @section Carfield platform nonfree components | ||
## Clone the non-free verification IP for Carfield. Some components such as CI scripts and ASIC | ||
|
@@ -55,10 +55,10 @@ CAR_NONFREE_COMMIT ?= 54ce7e49 | |
## step will be skipped and the usage of the repository will **not** be compromised. | ||
car-nonfree-init: | ||
git clone $(CAR_NONFREE_REMOTE) $(CAR_ROOT)/nonfree | ||
cd nonfree && git checkout $(CAR_NONFREE_COMMIT) | ||
cd nonfree/intel16 && icdesign intel16 -update all -nogui | ||
cd $(CAR_ROOT)/nonfree && git checkout $(CAR_NONFREE_COMMIT) | ||
#cd nonfree/intel16 && icdesign intel16 -update all -nogui | ||
|
||
-include nonfree/nonfree.mk | ||
-include $(CAR_ROOT)/nonfree/nonfree.mk | ||
|
||
##################################### | ||
# Islands' variables initialization # | ||
|
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
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