veriloggen icon indicating copy to clipboard operation
veriloggen copied to clipboard

Missing raw_dims parameter in Module.Reg Class

Open RuxueJ opened this issue 2 months ago • 0 comments

When trying to create Reg module with raw_dims, the class misses the raw_dims parameter, while the vtypes.Reg can accept raw_dims. So we cannot create 2D array like reg [m:0] M[n:0]

Image Image Image

RuxueJ avatar Oct 07 '25 22:10 RuxueJ