Forum Discussion
Altera_Forum
Honored Contributor
9 years agoWill Quartus ever support Verilog hierarchical parameter referencing?
Hello, module p { parameter x = some expresssion; ... } p p_inst(); localparam x = p.x; This would be really useful i.e. read as essential for what I am trying to do. A...
Altera_Forum
Honored Contributor
9 years agoI raised an SR for this. Altera's reply was that according to the LRM, they are correct i.e. you cannot reference a constant expression using a hierarchical reference. SR closed. Strange that Modelsim does allow this though. Obviously a difference of opinion on that one.