diff options
| author | uvok | 2025-12-24 10:23:49 +0100 |
|---|---|---|
| committer | uvok | 2025-12-24 10:23:49 +0100 |
| commit | 002bbb33580189691b61da7bb4078a62a86ce2cc (patch) | |
| tree | 80299bd1365b811e63d16358bdde0d6ee9989d0e /Makefile | |
| parent | e1ab9b20b1df99e87070be0bb5add200f3eda419 (diff) | |
Write placed and routed SVGs
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -14,7 +14,10 @@ tangnano9k.cst: %.pnr.json: %.json tangnano9k.cst nextpnr-himbaechel --json $< --write $@ \ --device GW1NR-LV9QN88PC6/I5 --vopt family=GW1N-9C \ - --vopt cst=tangnano9k.cst || \ + --vopt cst=tangnano9k.cst \ + --placed-svg $*.plc.svg \ + --routed-svg $*.rt.svg \ + || \ nextpnr-gowin --json $< --write $@ \ --device GW1NR-LV9QN88PC6/I5 --family GW1N-9C \ --cst tangnano9k.cst @@ -26,4 +29,4 @@ flash: led.fs openFPGALoader -b tangnano9k -f led.fs clean: - rm -rf *.json *.fs + rm -rf *.json *.fs *.svg *.log |
