Issue #54
Tristates break when a child modules does has no driver
| Status: | Closed | Start date: | 01/22/2009 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | Wilson Snyder | % Done: | 0% |
|
| Category: | Unsupported | |||
| Target version: | - |
Description
This is my issue to fix.
Example that breaks current tristate:
module parent(); childA(.Y(Y)); childB(.Y(Y)); endmodule
module childA(inout Y); assign Y = (en) ? 1'b0 : 1'bz; endmodule
module childB(inout Y); // don't drive Y endmodule
History
Updated by Wilson Snyder over 4 years ago
- Assignee set to Lane Brooks
Updated by Wilson Snyder over 3 years ago
- Status changed from New to Assigned
Updated by Wilson Snyder about 1 year ago
- Status changed from Assigned to Resolved
- Assignee changed from Lane Brooks to Wilson Snyder
Fixed in git towards 3.840+.
Also available in: Atom
![[logo]](/img/veripool_small.png)