From 994608b15b70720c4c2b5f41095b6fe92dfb8bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Stensg=C3=A5rd?= Date: Wed, 16 Jul 2025 21:15:19 +0200 Subject: Makefile: add gui by nextpnr --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1afafb7..493a2d2 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,13 @@ check: clean: rm -f top.asc top.bin top.json +gui: + nextpnr-ice40 --hx1k --package tq144 --json top.json --pcf top.pcf --asc top.asc --top $(TOP) --gui + load: all iceprog top.bin -.PHONY: all check clean load +.PHONY: all check clean gui load top.asc: top.json top.pcf nextpnr-ice40 --hx1k --package tq144 --json top.json --pcf top.pcf --asc top.asc --top $(TOP) -- cgit v1.2.3