Altera_Forum
Honored Contributor
13 years agoIncluding Files in Verilog
I am a noob at Quartus. I have a large chunk of a very large ASIC design that I want to implement in an FPGA. The design to be implemented is spread across several directories.
I cannot get Quartus to recognize any of the verilog include files. The .vh files are in the same directory as the files that call them. I tried set_global_assignment -name SEARCH_PATH "full path" in the .tcl file, but it has no effect. Any advice? Thanks.