Wed May 09 14:52:47 2007nodine [...] cpan.org - Ticket created
Subject:
Scalar memory parsed as vector
In the attached file, the scalar memory "mem" parses as
reg [12:2] mem;
instead of
reg mem [12:2];
in the callbacks of Verilog::SigParser to signal_decl.