- fixed paths

This commit is contained in:
2022-07-01 18:15:13 +02:00
parent 4d35c766e0
commit ac878a877d
3 changed files with 9 additions and 9 deletions
@@ -1,7 +1,7 @@
set -xsthdpdir "./xst" set -xsthdpdir xst
set -tmpdir "./xst/tmp" set -tmpdir xst/tmp
run run
-ifn ./project/mips_top.prj -ifn project/mips_top.prj
-ifmt mixed -ifmt mixed
-ofn mips_top -ofn mips_top
-ofmt NGC -ofmt NGC
+3 -3
View File
@@ -13,9 +13,9 @@ NETLIST_DIR ?= ./
MAP_EFFORT ?= high MAP_EFFORT ?= high
PAR_EFFORT ?= high PAR_EFFORT ?= high
BUILD_DIR := build BUILD_DIR := ./
XST_DIR := xst/tmp XST_DIR := $(BUILD_DIR)/xst/tmp
DIRS := $(BUILD_DIR) $(XST_DIR) DIRS := $(XST_DIR)
# Netlist # Netlist
$(PRJ).ngc: $(DIRS) $(PREQ) ./project/$(PRJ).ucf $(PRJ).ngc: $(DIRS) $(PREQ) ./project/$(PRJ).ucf
@@ -1,7 +1,7 @@
set -xsthdpdir "./xst" set -xsthdpdir xst
set -tmpdir "./xst/tmp" set -tmpdir xst/tmp
run run
-ifn ./project/mips_sys.prj -ifn project/mips_sys.prj
-ifmt mixed -ifmt mixed
-ofn mips_sys -ofn mips_sys
-ofmt NGC -ofmt NGC