Subject: | function not called for integer function definition |
In the attached file, the declaration
function integer short_to_int;
does not parse as the beginning of a function definition and so
Verilog::SigParser does not call the function callback for it.
Subject: | pr355.v |