From 3da62eabcde20b1047cb3ca985675235d8d8159f Mon Sep 17 00:00:00 2001 From: uvok Date: Wed, 24 Dec 2025 19:05:11 +0100 Subject: add show command --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c2824e5..f814a02 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,9 @@ tangnano9k.cst: %.json: %.v yosys -p "read_verilog $<; synth_gowin -top $* -json $@" +show: $(PROGRAM).v + yosys -p "read_verilog $<; show $(PROGRAM)" + %.pnr.json: %.json tangnano9k.cst nextpnr-himbaechel --json $< --write $@ \ --device GW1NR-LV9QN88PC6/I5 --vopt family=GW1N-9C \ -- cgit v1.2.3