Skip to content

Commit

Permalink
Makefile:
Browse files Browse the repository at this point in the history
- Separate the commands under fpga-connect.
  • Loading branch information
PedroAntunes178 committed Dec 11, 2023
1 parent 98a1161 commit ba3f261
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ fpga-run:
nix-shell --run 'BOARD=$(BOARD) GRAB_TIMEOUT=$(GRAB_TIMEOUT) RUN_LINUX=$(RUN_LINUX) make -C ../$(CORE)_V*/ fpga-fw-build fpga-run'

fpga-connect:
nix-shell --run 'BOARD=$(BOARD) GRAB_TIMEOUT=$(GRAB_TIMEOUT) RUN_LINUX=$(RUN_LINUX) make -C ../$(CORE)_V*/ fpga-fw-build fpga-run'
nix-shell --run 'RUN_LINUX=$(RUN_LINUX) make -C ../$(CORE)_V*/ fpga-fw-build'
# Should run under 'bash', running with 'fish' as a shell gives an error
BOARD=$(BOARD) GRAB_TIMEOUT=$(GRAB_TIMEOUT) make -C ../$(CORE)_V*/ fpga-run

fpga-test:
# IOb-SoC-Opencryptolinux always uses external memory
Expand Down

0 comments on commit ba3f261

Please sign in to comment.