Forum Discussion

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

How to add/include header file in a module containing just the parameters?

I have a parameters.v file which contains only the parameters. When i add this file inside a module like this, module test(); include "parameters.v" endmodule Quartus is giving me error. Syntax ...