altera-opensource/ghrd-socfpga

Error occurred while executing the “make all” command

Closed this issue · 0 comments

Error (21718): Entity "ghrd_agilex_top" instantiates undefined entity "debounce". This may cause the generated IP info to be incomplete. File: /home/legion/wangjj59/demo/gsrd_dk_si_agi027fb/agilex_soc_devkit_ghrd/ghrd_agilex_top.v Line: 229
Error (21718): Entity "ghrd_agilex_top" instantiates undefined entity "debounce". This may cause the generated IP info to be incomplete. File: /home/legion/wangjj59/demo/gsrd_dk_si_agi027fb/agilex_soc_devkit_ghrd/ghrd_agilex_top.v Line: 248
Error (21718): Entity "ghrd_agilex_top" instantiates undefined entity "sgpio_slave". This may cause the generated IP info to be incomplete. File: /home/legion/wangjj59/demo/gsrd_dk_si_agi027fb/agilex_soc_devkit_ghrd/ghrd_agilex_top.v Line: 267
Error: Quartus Prime Synthesis was unsuccessful. 3 errors, 0 warnings

It appears that the “debounce.v sgpio_slave.v and altera_edge_detect.v“ file was not added to the project,so how to add these files to the project using Makefile.

Thanks