Skip to content

Commit

Permalink
Merge pull request #273 from AndreMerendeira/master
Browse files Browse the repository at this point in the history
added fpga-build-all and fpga-clean-all
  • Loading branch information
jjts authored Dec 9, 2021
2 parents b6fbd32 + 29c9425 commit 83c81c3
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ pc-emul-clean:
fpga-build:
make -C $(BOARD_DIR) build

fpga-build-all:
make fpga-build BOARD=CYCLONEV-GT-DK
make fpga-build BOARD=AES-KU040-DB-G

fpga-run:
make -C $(BOARD_DIR) all TEST_LOG="$(TEST_LOG)"

Expand All @@ -60,6 +64,10 @@ fpga-test:
fpga-clean:
make -C $(BOARD_DIR) clean clean-testlog

fpga-clean-all:
make fpga-clean BOARD=CYCLONEV-GT-DK
make fpga-clean BOARD=AES-KU040-DB-G


#
# SYNTHESIZE AND SIMULATE ASIC
Expand Down Expand Up @@ -121,10 +129,8 @@ test-asic-clean:
make asic-clean ASIC_NODE=umc130

test-doc:
make fpga-clean BOARD=CYCLONEV-GT-DK
make fpga-build BOARD=CYCLONEV-GT-DK
make fpga-clean BOARD=AES-KU040-DB-G
make fpga-build BOARD=AES-KU040-DB-G
make fpga-clean-all
make fpga-build-all
make doc-test DOC=pb
make doc-test DOC=presentation

Expand Down

0 comments on commit 83c81c3

Please sign in to comment.