- fixed Make path

This commit is contained in:
2022-09-09 19:52:47 +02:00
parent e7f8b05383
commit cf6a2905a2
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# ----------------------------------------------------------- # -----------------------------------------------------------
include $(VHDL_HOME)/make/defs.mk include $(VHDL_HOME)/defs.mk
# ----------------------------------------------------------- # -----------------------------------------------------------
include package_other.inc include package_other.inc
+1 -1
View File
@@ -1,5 +1,5 @@
# ----------------------------------------------------------- # -----------------------------------------------------------
include $(VHDL_HOME)/make/defs.mk include $(VHDL_HOME)/defs.mk
# ----------------------------------------------------------- # -----------------------------------------------------------
include package1.inc include package1.inc
include package2.inc include package2.inc
+2 -1
View File
@@ -1,3 +1,4 @@
include $(VHDL_HOME)/defs.mk
PRJDIR := ./project PRJDIR := ./project
PRJ := mips_sys PRJ := mips_sys
@@ -7,5 +8,5 @@ DEVICE := "xc4vsx35-ff668-10"
NETLIST_DIR := $(VHDL_HOME)/lib/CPUs/MIPS/syn/ise101 NETLIST_DIR := $(VHDL_HOME)/lib/CPUs/MIPS/syn/ise101
NETLISTS := $(NETLIST_DIR)/mips_top.ngc NETLISTS := $(NETLIST_DIR)/mips_top.ngc
include $(VHDL_HOME)/make/ise.mk include $(VHDL_MAKE_HOME)/ise.mk