From 91ec36f4179c5c8b91e619c589790f1437955125 Mon Sep 17 00:00:00 2001 From: Jem Geronimo <109706190+jemfgeronimo@users.noreply.github.com> Date: Thu, 7 Sep 2023 15:52:04 +0800 Subject: [PATCH] projects/scripts/project-intel.mk: change 'system_top.v' to '$(wildcard system_top*.v)' (#1169) Change necessary to build intel projects with different system_top verilog files. This was patterned to https://github.com/analogdevicesinc/hdl/blob/ae09b8a1bb123a40d2b9c112e3049f79755f2a7b/projects/scripts/project-xilinx.mk#L70 Signed-off-by: Jem Geronimo --- projects/scripts/project-intel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/scripts/project-intel.mk b/projects/scripts/project-intel.mk index 9f88d30236..9113701332 100644 --- a/projects/scripts/project-intel.mk +++ b/projects/scripts/project-intel.mk @@ -94,7 +94,7 @@ endif CLEAN_DIRS := $(dir $(wildcard */*_quartus.log)) -M_DEPS += system_top.v +M_DEPS += $(wildcard system_top*.v) M_DEPS += system_qsys.tcl M_DEPS += system_project.tcl M_DEPS += system_constr.sdc