Project

General

Profile

Actions

Bug #8755

closed

Elaborator does not apply port connections

Added by Alexander Kamkin about 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Target version:
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.

Actions #1

Updated by Alexander Kamkin almost 6 years ago

  • Status changed from New to Resolved
Actions #2

Updated by Alexander Kamkin almost 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF