Issue #98
Pin connection incomplete
| Status: | Closed | Start date: | 06/17/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Wilson Snyder | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | Estimated time: | 0.10 hour |
Description
Hi Wilson,
Actually I'm having some problems with the SigParse's callback "pin". The problem shows that the connection string it's not complete when I use a variable declared inside an interface. Example:
module x(interfacex x_if);
h inst_h(.push(x_if.pop));
endmodule
When the callback pin is excuted then it got as connection the string "x_if..". Is this the expected behavior? I would like to get the complete connection "x_if.pop". Could you provide a solution or give me a workaround?
Thank you in advance
History
Updated by Wilson Snyder almost 3 years ago
- Project changed from Vregs to Verilog-Perl
Updated by Wilson Snyder almost 3 years ago
- Status changed from New to Resolved
- Assignee set to Wilson Snyder
- Estimated time set to 0.10
Woops, simple off-by-one error. Sorry. Fixed in the GIT version, will be in next release.
Also available in: Atom
![[logo]](/img/veripool_small.png)