- 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 -tmpdir "./xst/tmp"
set -xsthdpdir xst
set -tmpdir xst/tmp
run
-ifn ./project/mips_top.prj
-ifn project/mips_top.prj
-ifmt mixed
-ofn mips_top
-ofmt NGC
+3 -3
View File
@@ -13,9 +13,9 @@ NETLIST_DIR ?= ./
MAP_EFFORT ?= high
PAR_EFFORT ?= high
BUILD_DIR := build
XST_DIR := xst/tmp
DIRS := $(BUILD_DIR) $(XST_DIR)
BUILD_DIR := ./
XST_DIR := $(BUILD_DIR)/xst/tmp
DIRS := $(XST_DIR)
# Netlist
$(PRJ).ngc: $(DIRS) $(PREQ) ./project/$(PRJ).ucf
@@ -1,7 +1,7 @@
set -xsthdpdir "./xst"
set -tmpdir "./xst/tmp"
set -xsthdpdir xst
set -tmpdir xst/tmp
run
-ifn ./project/mips_sys.prj
-ifn project/mips_sys.prj
-ifmt mixed
-ofn mips_sys
-ofmt NGC