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