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

People
Owner: Nobody in particular
Requestors: jetrull [...] sbcglobal.net
Cc:
AdminCc:

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



Subject: lint returns errors on supply nets connected to normal (wire) pins
If you run the lint method on a pin of type "wire" that's connected to a net of type "supply0" or "supply1", an error is produced. This should be permitted. Changing Pin::type_match to permit this situation resolves the problem.
Fixed in 2.371 - disabled that lint :)