Forum Discussion

EIbra's avatar
EIbra
Icon for New Contributor rankNew Contributor
6 years ago

How to `include file in the IP Verilog source?

I have project with Qsys and custom IP IP has main Verilog file comm_channel_control.sv with lines module (...) ... `include "comm_channel_control_params.svh" ... endmodule main module and "comm...