Skip to content

Verilog unpacked arrays not supported #6

@ghost

Description

Hi Kevin,

I have this module

module abc (
input clk;
input rst;
input [7:0] data[4];
output [7:0]
);
// Missing code doesn't change symbolator behaviour
endmodule

Symbolator generates this:

t-abc svg

So there seems to be a problem with unpacked arrays.

Best wishes and keep on rockin'!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions