[logo] 
 
Home
News
Activity
About/Contact
Major Tools
  Dinotrace
  Verilator
  Verilog-mode
  Verilog-Perl
Other Tools
  BugVise
  CovVise
  Force-Gate-Sim
  Gspice
  IPC::Locker
  Rsvn
  SVN::S4
  SystemPerl
  Voneline
  WFH
General Info
  Papers

Issue #365

bidrectional arrays not supported as module ports

Added by John Stevenson almost 2 years ago. Updated almost 2 years ago.

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