Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Verilog-Perl CPAN distribution.

Report information
The Basics
Id: 43138
Status: resolved
Priority: 0/
Queue: Verilog-Perl

People
Owner: Nobody in particular
Requestors: devendra.singh [...] lsi.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 3.110
Fixed in: (no value)



Subject: parse error with nested list
if nested assignment (multiple "{{") is used the parser generates error.... example code with response is provided below ==================example code====================================== module am (/*autoarg*/); output a,b,c,d,e,f; input [5:0] z; wire a,b,c,d,e,f; assign {{a,b},c,d,e,f} = z; endmodule // am =======================response====================================== [root@punelabpc10 /tmp]$ vhier am.v %Error: am.v:8: syntax error, unexpected '{', expecting "IDENTIFIER" Exiting due to errors [root@punelabpc10 /tmp]$
Thanks for the report. I fixed this in the GIT version available from veripool.org and this will be in the next release. If there's more issues please use the bug reporter on veripool.org as it's less work for me, thanks.