From: Tobias Girstmair Date: Fri, 30 Apr 2021 11:59:49 +0000 (+0200) Subject: add option to simulate program to makefile X-Git-Url: https://git.gir.st/Chiptunes-pms150c.git/commitdiff_plain/ae0b6e4973974f228adafc06c0d2c0cceb37180c add option to simulate program to makefile --- diff --git a/Makefile b/Makefile index 8f2e1e7..aee56e5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # NOTE: tested against sdcc-4.1.0-rc1, dispdk@670e7bc, easypdkprog-1.3 -.PHONY: all dis clean prog run +.PHONY: all dis clean prog run sim all: bsv.ihx bsv.rel: bsv.asm @@ -20,3 +20,6 @@ prog: bsv.ihx run: easypdkprog -nPMS150C -r3.0 start + +sim: bsv.ihx + spdk -t PDK13 $^