Forum Discussion
YossiTeamen
New Contributor
11 months agoI'm having a similar issue that happens only in quartus 23.
I'm receiving a parameter to a module as followed : "Parameter = '{x: 'h0, y: 'hfff}"
and I later use it for a local param like this: "localparam something = Parameter.x"
The errors I receive is "constant expression cannot contain a hierarchical identifier" and "x is not a constant"
How can I resolve this in a way that I won't have to go back to older quartus version?