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 8d5df5a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .ipbb_setup.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
init:
- make init
- make list
- 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.

reset:
- git submodule deinit -f .

0 comments on commit 8d5df5a

Please sign in to comment.