~ubuntu-branches/ubuntu/saucy/verilator/saucy-proposed

« back to all changes in this revision

Viewing changes to test_regress/t/t_lint_blksync_loop.v

  • Committer: Package Import Robot
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2013-02-10 17:14:43 UTC
  • mfrom: (1.2.17)
  • Revision ID: package-import@ubuntu.com-20130210171443-58ibaqe3eq5uitns
Tags: 3.845-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
    output [WIDTH-1:0] data_out;
67
67
 
68
 
    reg [WIDTH-1:0] array [0:DEPTH-1];
 
68
    reg [WIDTH-1:0] array [DEPTH-1:0];
69
69
    reg [ADRWID-1:0] ra_r, wa_r;
70
70
    reg [WIDTH-1:0]  data_in_r;
71
71
    reg             wr_r;