Skip to content

Commit

Permalink
TEMP this hack builds ALL possible EMP rev2 rev3 p1 p2 configs...
Browse files Browse the repository at this point in the history
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.
19 changes: 13 additions & 6 deletions .ipbb_setup.yml
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 .

0 comments on commit b31ee1b

Please sign in to comment.