Skip to content

Commit

Permalink
projects/scripts/project-intel.mk: change 'system_top.v' to '$(wildca…
Browse files Browse the repository at this point in the history
…rd 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 <[email protected]>
  • Loading branch information
jemfgeronimo authored Sep 7, 2023
1 parent 8668c52 commit 91ec36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/scripts/project-intel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91ec36f

Please sign in to comment.