Issue #412
Ignore constants in sensitivity lists
| Status: | Closed | Start date: | 11/02/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Wilson Snyder | % Done: | 0% |
|
| Category: | Unsupported | |||
| Target version: | - |
Description
A number of commercial tools allow constants in sensitivity lists, even though this is not permitted by the standard. Such constants are just ignored. For example:
always @(1'b0, clk) begin
$write("*-* All Finished *-*\n");
$finish;
end
It would be useful for Verilator to permit this (perhaps with a warning, since it is non-standard).
History
Updated by Wilson Snyder over 1 year ago
- Status changed from New to Resolved
- Assignee set to Wilson Snyder
Simple enough, fixed in git towards 3.825. No warning, since it seems silent in other tools and don't think it's likely hide bugs.
Also available in: Atom
![[logo]](/img/veripool_small.png)