Actions
Bug #8755
closedElaborator does not apply port connections
Start date:
03/13/2018
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
Elaborating the following module
module m(im, om1, om2, om3, om4); ... x ... a(.ix(im), .ox(om1)); y ... b(.iy(im), .oy(om2)); z ... c(.iz(im), .oz(om3)); ... endmodule
leads to the following result
assign a.ox = a.px; @(posedge b.iy) begin b.oy <= b.py; end @(posedge c.iz) begin c.oz <= c.pz; end
Bindings have not applied.
Updated by Alexander Kamkin over 6 years ago
- Status changed from New to Resolved
Updated by Alexander Kamkin over 6 years ago
- Status changed from Resolved to Closed
Actions