Open catkira opened 1 year ago
Yes. Parameters having an unpacked array type is a SystemVerilog feature that isn't supported yet.
ok. How hard do You think would it be to implement? I would give it a try if its not too enormous.
@larsclausen told me he is alraedy on it, so I just leave it open until we hear great news 8-)
Any progress on this ? Just got hit by it ...
Just got hit by this, so here to chime in :)
The error is: error: parameter declared outside parameter port list must have a default value.
Maybe this line of code is relevant https://github.com/steveicarus/iverilog/blob/713b002138e8a55bbb59f507e68e834e7aef92fe/pform.cc#L2913
maybe related #654
Is it correct that iverilog does not support multidimensional parameters like this?
I am using version 11.0 (stable) with flag -g2012. It is working with verilator.