From 407a3ff54a35cbe99ba6ac743376e9b0e9718fc1 Mon Sep 17 00:00:00 2001 From: Flavian Kaufmann Date: Mon, 20 May 2024 11:39:26 +0200 Subject: nextpnr himbaechel --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dd0371b..b364bde 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ VVP = vvp GTKWAVE = gtkwave YOSYS = yosys -NEXTPNR = nextpnr-gowin +NEXTPNR = nextpnr-himbaechel GOWIN_PACK = gowin_pack PROGRAMMER = openFPGALoader @@ -79,7 +79,7 @@ $(BUILD_DIR)/$(PRJ_NAME)_pnr.json: $(BUILD_DIR)/$(PRJ_NAME).json $(CST_FILES) @echo "===================================================" @echo " Routing" @echo "===================================================" - $(NEXTPNR) --json $(BUILD_DIR)/$(PRJ_NAME).json --write $(BUILD_DIR)/$(PRJ_NAME)_pnr.json --device $(DEVICE) --family $(FAMILY) --cst $(CST_FILES) + $(NEXTPNR) --json $(BUILD_DIR)/$(PRJ_NAME).json --write $(BUILD_DIR)/$(PRJ_NAME)_pnr.json --device $(DEVICE) --vopt family=$(FAMILY) --vopt cst=$(CST_FILES) @echo "===================================================" @echo " Completed Routing" @echo "===================================================" -- cgit v1.2.3