Tue Apr 07 10:41:43 2009ivanllopard [...] gmail.com - Ticket created
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.