Issue #467
Support old format $display ($time, "...")
| Status: | Feature | Start date: | 03/23/2012 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Unsupported | |||
| Target version: | - |
Description
Code:
$display ($time, "ps Error: STRATIX or STRATIXGX in non DPA mode does not support the specified deserialization factor!");
error:
syntax error, unexpected $time, expecting STRING or ')'
History
Updated by Wilson Snyder about 1 year ago
- Subject changed from old format $display ($time, "...") is not supported to Support old format $display ($time, "...")
- Category set to Unsupported
- Status changed from New to Feature
Obviously Verilator currently expects a format string.
Updated by Alex Solomatnikov about 1 year ago
Another example:
$display($realtime, "ps Warning: Inclock_Period Violation");
Updated by Alex Solomatnikov about 1 year ago
More $display() cases that don't work with verilator:
$display("Error! lpm_representation value must be \"SIGNED\" or \"UNSIGNED\".", $time);
verilator output:
%Error: ...: Extra arguments for $display format
Another case:
$display("Time: %0t", $time, " Warning : Detected transition on SCANCLK during quiet time. PLL may not function correctly.");
Also available in: Atom
![[logo]](/img/veripool_small.png)