- refactored
git-svn-id: http://moon:8086/svn/vhdl/trunk@1551 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -29,7 +29,7 @@ ENTITY := tb_ctrl_ddr_wb32
|
||||
WITH_VCD := y
|
||||
RUN_TIME := 200us
|
||||
|
||||
GHDL_OPTS := -P$(ROOT_PATH)/Common/sim/build/unisim/unisim -fsynopsys -fexplicit
|
||||
GHDL_OPTS := -P$(VHDL_HOME)/Common/sim/build/unisim/unisim -fsynopsys -fexplicit
|
||||
|
||||
include $(VHDL_HOME)/make/ghdl.mk
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ ENTITY := tb_ctrl_ddr_wb64
|
||||
WITH_VCD := y
|
||||
RUN_TIME := 200us
|
||||
|
||||
GHDL_OPTS := -P$(ROOT_PATH)/Common/sim/build/unisim/unisim -fsynopsys -fexplicit
|
||||
GHDL_OPTS := -P$(VHDL_HOME)/Common/sim/build/unisim/unisim -fsynopsys -fexplicit
|
||||
|
||||
include $(VHDL_HOME)/make/ghdl.mk
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
include $(VHDL_HOME)/make/defs.mk
|
||||
|
||||
MOD_PATH := $(ROOT_PATH)/lib/ps2_port
|
||||
MOD_PATH := $(VHDL_HOME)/lib/ps2_port
|
||||
|
||||
SRCS += $(MOD_PATH)/src/ps2_core.vhd
|
||||
SRCS += $(MOD_PATH)/src/tb_ps2_core.vhd
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
LIB_PATH := $(ROOT_PATH)/lib
|
||||
LIB_PATH := $(VHDL_HOME)/lib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user