Closed veripoolbot closed 7 years ago
Original Redmine Comment Author Name: Wilson Snyder (@wsnyder) Original Date: 2017-05-17T01:39:07Z
Thanks for the example.
Fixed in git towards 3.435. I'll hold releasing this a bit in case you find more problems.
Original Redmine Comment Author Name: Wilson Snyder (@wsnyder) Original Date: 2017-09-09T01:56:42Z
In 3.442.
Author Name: Dave Storrar Original Redmine Issue: 1162 from https://www.veripool.org
Original Assignee: Wilson Snyder (@wsnyder)
I'm using a basic subclass of SigParser which reports when certain items are defined I noticed that the "filename" and "lineno" methods can report incorrect information when a class is encountered.
Attached testcase shows the problem. The SystemVerilog file contains three classes:
(Note: I'm still on version 3.418, but I don't think anything related to this has changed since).