Forum Discussion
Altera_Forum
Honored Contributor
9 years agoI'm not sure that is valid syntax in a port declaration (continuous assignment to a wire).
This should work: module a( output reg b = 1'b1); I think the issue is not that: output wire b = 1'b1 should work, but rather it should throw an error.