On Mon Mar 26 18:20:45 2007, NODINE wrote:
Show quoted text> The Verilog::SigParser never calls the signal_decl routine for the
> declaration of reg "a". The problem is that $self->{is_signal_ok} is
> false at the time the semicolon after the register declaration is
> processed. This can be traced back to the line that says
I agree that's probably a problem, but the only place is_signal_ok is
set to 0 looks to be dead code.
When I run your verilog code using a hacked version of t/35_sigparser.t
I see all of the signals. Can you send me an example script that is broken?
BTW I'm sorry the parser isn't bison'ized yet.