Forum Discussion
sstrell
Super Contributor
6 years agoThis is a compiler directive, so you need a "tick" (on the tilde key on US keyboards, not an apostrophe), and it should be before the module declaration, not after, and no quotes:
`include parameters.v
module test();
etc.
#iwork4intel