- fixed paths
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user