Forum Discussion
Altera_Forum
Honored Contributor
8 years agoVHDL has no pre-compiler, like# directives in C or ` directives in verilog. in a `include abc.vh, All these do is literally copy the text from abc.vh into top_level.v and then compile the file.