A
Antal Gyori
Guest
Hi,
Can anyone tell me the advantages and disadvantages of using one big
include file with all the verilog files in a project, versus using
`include in each file to include the files that it needs?
If using `include, how are circular/duplicate includes handled? Do
you have to use `ifdef to avoid including a file twice, something like
in C/C++?
Can anyone tell me the advantages and disadvantages of using one big
include file with all the verilog files in a project, versus using
`include in each file to include the files that it needs?
If using `include, how are circular/duplicate includes handled? Do
you have to use `ifdef to avoid including a file twice, something like
in C/C++?