Forum Discussion
ak6dn
Regular Contributor
6 years agoNo. There is no implicit INCLUDE capability in verilog. You need to use `include <file> in each separately compiled verilog module.
AnandRaj_S_Intel
Regular Contributor
6 years agoYes, We can use by including the macro files into the file list. If we don't include macro files in file list than we have to `include <file> in each Verilog module.
Please check the attached image.