Issue #191
Define with formal matching $pli call gets misexpanded
| Status: | Closed | Start date: | 11/23/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Wilson Snyder | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
`define foo(bits) $display("bits %d %d", $bits(foo), `bits)
`foo(10) gives
$display("bits %d %d", $10(foo), 10);
Note $bits was misexpanded.
History
Updated by Wilson Snyder about 2 years ago
- Status changed from New to Resolved
Fixed in git for 3.222++.
Also available in: Atom
![[logo]](/img/veripool_small.png)