Include a verilog (header) fileΒΆ
If your code block includes a verilog (header) file(s), for example:
// @include lib.vh
// @include math.v
`include "lib.vh"
Save the ice project
Copy the verilog (header) file(s) to the project's directory
Build and upload the project