Issue #365
bidrectional arrays not supported as module ports
| Status: | Assigned | Start date: | 07/08/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Unsupported | |||
| Target version: | - |
Description
the following will not compile, i.e., such constructs work with logic/wire, but not with inout
// pseudo-code
module instantiator_thing ( inout [63:0] foo [5] )
generate begin
for( i = 0; i < 5; i++ ) begin
instantiated_thing u_thing( foo[i] );
end
end
endmodule
History
Updated by Wilson Snyder almost 2 years ago
- Category set to Unsupported
- Status changed from New to Assigned
Lane hopes to have some time over the next months to look at this.
Also available in: Atom
![[logo]](/img/veripool_small.png)