- use corfrect paths

This commit is contained in:
2022-06-30 19:48:30 +02:00
parent 33c3c31353
commit a38a63fb9e
+2 -2
View File
@@ -1,7 +1,7 @@
# ------------------------------------------------- # -------------------------------------------------
# Compile script for GHDL # Compile script for GHDL
# ------------------------------------------------- # -------------------------------------------------
include ../make/defs.mk include $(VHDL_HOME)/make/defs.mk
# ------------------------------------------------- # -------------------------------------------------
# Global options # Global options
@@ -24,5 +24,5 @@ SRCS += $(LIB_PATH)/fixed_float_types_c.vhdl
SRCS += $(LIB_PATH)/fixed_pkg_c.vhdl SRCS += $(LIB_PATH)/fixed_pkg_c.vhdl
SRCS += $(LIB_PATH)/float_pkg_c.vhdl SRCS += $(LIB_PATH)/float_pkg_c.vhdl
include ../make/ghdl.mk include $(VHDL_HOME)/make/ghdl.mk