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

« back to all changes in this revision

Viewing changes to test_regress/t/t_mem_fifo.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:
88
88
   reg [65:0] outData;
89
89
 
90
90
   // verilator lint_off VARHIDDEN
 
91
   // verilator lint_off LITENDIAN
91
92
   reg [65:0]    fifo[0:fifoDepth-1];
 
93
   // verilator lint_on LITENDIAN
92
94
   // verilator lint_on VARHIDDEN
93
95
 
94
96
   //reg [65:0]               temp;