Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIn the ddr_par.v file, you've put the parameters inside a module definition. So, they're only visible inside it.
If I understand what you want to do, you just need to remove the "module param();" and "endmodule" lines from the ddr_par.v file Or put in another way: `include directive is literaly replaced by the code from the ddr_par.v file. So, think how your code looks when the `include is processed.