Closed grotival closed 1 year ago
We appreciated if this could be implemented as this is quite a common case at Google. Chatted with @QuantamHD about this issue who told me maybe you could get this prioritised?
thanks a lot!
@kamilrakoczy is this something you could look at?
Sure, I'll look at this.
@grotival After https://github.com/chipsalliance/yosys-f4pga-plugins/pull/470 plugin should support multi-range user-defined type inside struct/union. Could you please test if this change works for you?
Will do! thanks!
verified on my side, all good now, thanks a lot!
Currently support for custom-type with range is limited to single range
message is emitted from this line inyosys-f4pga-plugins
in this minimal repro case:Maybe this should be added to the testbench As far as I can tell this case is the closest but it's only for a user-defined type containing an array. The problem is when using an array of a user-defined type.