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: 27072
Status: resolved
Priority: 0/
Queue: Verilog-Perl

People
Owner: Nobody in particular
Requestors: nodine [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.373
Fixed in: 3.000



Subject: output reg declaration should call signal_decl twice
In the attached file, the declaration output reg sum; should be interpreted as if it had been output sum; reg sum; In other words, Verilog::SigParser should call signal_decl twice, once with keyword "output" and once with keyword "reg".
Subject: pr693.v
Download pr693.v
application/tkgate 580b

Message body not shown because it is not plain text.