Issue #191
Define with formal matching $pli call gets misexpanded
| Status: | Closed | Start: | 11/23/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | 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.
![[logo]](/img/veripool_small.png)