Skip to content

Commit

Permalink
feat(Makefile): Add tester fpga target.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturum1 committed Jan 10, 2025
1 parent a9fa569 commit 9a8759e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,8 @@ python-cache-clean:
tester-sim-run:
nix-shell --run "make clean setup INIT_MEM=$(INIT_MEM) USE_EXTMEM=$(USE_EXTMEM) && make -C ../$(CORE)_V*/submodules/tester/ sim-run SIMULATOR=$(SIMULATOR)"

.PHONY: tester-sim-run
tester-fpga-run:
nix-shell --run "make clean setup INIT_MEM=$(INIT_MEM) USE_EXTMEM=$(USE_EXTMEM) && make -C ../$(CORE)_V*/submodules/tester/ fpga-fw-build BOARD=$(BOARD)"
make -C ../$(CORE)_V*/submodules/tester/ fpga-run BOARD=$(BOARD)

.PHONY: tester-sim-run tester-fpga-run

0 comments on commit 9a8759e

Please sign in to comment.