From f0d6f26adf79190dcfb8708d7f350e2a26199fcf Mon Sep 17 00:00:00 2001 From: jens Date: Thu, 30 Jun 2022 22:51:03 +0200 Subject: [PATCH] - ghdl: fixed compile unisim --- Common/sim/unisim.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/sim/unisim.make b/Common/sim/unisim.make index ce7ba50..5f02dc8 100644 --- a/Common/sim/unisim.make +++ b/Common/sim/unisim.make @@ -11,7 +11,7 @@ IEEE_STD := standard WORK_LIB := unisim TARGET := ghdl -STD_LIB_PATH := xilinx/unisims +STD_LIB_PATH := xilinx/libsrc/unisims # ------------------------------------------------- # Target options # -------------------------------------------------