[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 #466

Support wires with array declarations

Added by Alex Solomatnikov about 1 year ago. Updated about 1 year ago.

Status:Feature Start date:03/23/2012
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:Unsupported
Target version:-

Description

Code:

        parameter PIN_WIDTH = 1,
        parameter EXTRA_OUTPUT_WIDTH = 1,

...

wire [5:0] dq_outputdelaysetting1[PIN_WIDTH];
wire [5:0] dq_outputdelaysetting2[PIN_WIDTH];
wire [5:0] dq_inputdelaysetting[PIN_WIDTH];

wire [5:0] extra_outputdelaysetting1[EXTRA_OUTPUT_WIDTH];
wire [5:0] extra_outputdelaysetting2[EXTRA_OUTPUT_WIDTH];
wire [5:0] extra_inputdelaysetting[EXTRA_OUTPUT_WIDTH];

error:

 syntax error, unexpected ']', expecting ':'

History

Updated by Wilson Snyder about 1 year ago

  • Subject changed from array declaration using size is not supported to Wires with array declarations using size is not supported
  • Category set to Unsupported

Note it works fine if it is a non-wire type, e.g. logic.

Updated by Wilson Snyder about 1 year ago

  • Subject changed from Wires with array declarations using size is not supported to Support wires with array declarations
  • Status changed from New to Feature

Also available in: Atom