Skip to content

Commit

Permalink
Merge pull request #375 from GSI-CS-CO/fallout_fw_targets
Browse files Browse the repository at this point in the history
Fallout fw targets
  • Loading branch information
alyxazon authored Aug 7, 2024
2 parents e7adffb + 5fec31b commit cf2d2a1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci-firmware-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ jobs:
run: sudo make etherbone-install

- name: Build burst generator
run: make bg
run: make fw-bg

- name: Build function generator
run: make fw-fg-scu2-scu3
12 changes: 9 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ gateware: all pexarria5 exploder5 vetar2a vetar2a-ee-butis scu2 scu3 pmc microtc

install: etherbone-install tools-install driver-install

clean:: etherbone-clean tools-clean tlu-clean sdbfs-clean driver-clean lm32-toolchain-clean firmware-clean scu2-clean scu3-clean vetar2a-clean vetar2a-ee-butis-clean exploder5-clean pexarria5-clean sio3-clean ecatools-clean pmc-clean microtca-clean bg-clean
clean:: etherbone-clean tools-clean tlu-clean sdbfs-clean driver-clean lm32-toolchain-clean firmware-clean scu2-clean scu3-clean vetar2a-clean vetar2a-ee-butis-clean exploder5-clean pexarria5-clean sio3-clean ecatools-clean pmc-clean microtca-clean

distclean:: clean
git clean -xfd .
Expand Down Expand Up @@ -495,12 +495,18 @@ blm-clean::
# LM32 firmware
# #################################################################################################

bg: lm32-toolchain
fw-bg: lm32-toolchain
$(MAKE) -C modules/burst_generator

bg-clean::
fw-bg-clean::
$(MAKE) -C modules/burst_generator clean

fw-fg-scu2-scu3: lm32-toolchain
$(MAKE) -C syn/gsi_scu/control2 scu_control.elf

fw-fg-scu2-scu3-clean::
$(MAKE) -C syn/gsi_scu/control2 clean

# #################################################################################################
# Legacy and unmaintained devices
# #################################################################################################
Expand Down

0 comments on commit cf2d2a1

Please sign in to comment.