Skip Menu |

This queue is for tickets about the Hardware-Vhdl-Parser CPAN distribution.

Report information
The Basics
Id: 44848
Status: new
Priority: 0/
Queue: Hardware-Vhdl-Parser

People
Owner: Nobody in particular
Requestors: ivanllopard [...] gmail.com
Cc:
AdminCc:

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



Subject: function_call rule called instead of name one
Date: Tue, 7 Apr 2009 16:41:19 +0200
To: bug-Hardware-Vhdl-Parser [...] rt.cpan.org
From: Ivan Llopard <ivanllopard [...] gmail.com>
- Hardware-Vhdl-Parser-0.12 - Perl v5.8.5 The code parses a concurrent assignment like this: signal1 <= signal2(10); -- where signal1 is std_logic and signal2 is std_logic_vector as a function_call to signal2 function with 10 as parameter, which is not correct because it is just a signal assignment. Regards, Ivan Llopard.