Forum Discussion

SparkyNZ's avatar
SparkyNZ
Icon for Contributor rankContributor
5 years ago

Including files in Quartus II 14.x Project without compiling

I can include Verilog code within a Verilog file (e.g. File1.sv) using the following: `include "File2.sv" Unfortunately, if I have the above File2.sv file in the Files tree of Project Navigator, Qu...