-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TEMP this hack builds ALL possible EMP rev2 rev3 p1 p2 configs...
This should be changed for a dynamic solution at some stage.
- Loading branch information
jfulcher
committed
Nov 29, 2024
1 parent
3cac2fa
commit b31ee1b
Showing
1 changed file
with
13 additions
and
6 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 |
---|---|---|
@@ -1,11 +1,18 @@ | ||
init: | ||
- make init | ||
- make list | ||
- make prebuild_EMP_Cornell_rev2_p1_VU13p-1-SM_USP | ||
- make address_table_EMP_Cornell_rev2_p1_VU13p-1-SM_USP | ||
- make prebuild_EMP_Cornell_rev2_p2_VU13p-1-SM_USP | ||
- make address_table_EMP_Cornell_rev2_p2_VU13p-1-SM_USP | ||
|
||
- make list | ||
# - make prebuild_EMP_Cornell_rev2_p1_VU13p-1-SM_USP | ||
# - make address_table_EMP_Cornell_rev2_p1_VU13p-1-SM_USP | ||
# - make prebuild_EMP_Cornell_rev2_p2_VU13p-1-SM_USP | ||
# - make address_table_EMP_Cornell_rev2_p2_VU13p-1-SM_USP | ||
# - make prebuild_EMP_Cornell_rev3_p1_VU13p-1-SM_USP | ||
# - make address_table_EMP_Cornell_rev3_p1_VU13p-1-SM_USP | ||
# - make prebuild_EMP_Cornell_rev3_p2_VU13p-1-SM_USP | ||
# - make address_table_EMP_Cornell_rev3_p2_VU13p-1-SM_USP | ||
# JRF to speed things up, these targets should be generated dymanically by ipbb | ||
# and then the build would take 1/4 of the time to build. | ||
# For now I have moved these to the CI script so that it can build the precise | ||
# Targets | ||
|
||
reset: | ||
- git submodule deinit -f . |