OpenCores
URL https://opencores.org/ocsvn/dma_axi/dma_axi/trunk

Subversion Repositories dma_axi

[/] [dma_axi/] [trunk/] [src/] [dma_axi32/] [prgen_or8.v] - Blame information for rev 2

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 eyalhoc
//---------------------------------------------------------
2
//-- File generated by RobustVerilog parser
3
//-- Version: 1.0
4
//-- Invoked Fri Mar 25 23:34:52 2011
5
//--
6
//-- Source file: prgen_or.v
7
//---------------------------------------------------------
8
 
9
 
10
 
11
module prgen_or8(ch_x,x);
12
 
13
   parameter                  WIDTH      = 8;
14
 
15
 
16
   input [8*WIDTH-1:0]     ch_x;
17
   output [WIDTH-1:0]           x;
18
 
19
 
20
   assign x =
21
        ch_x[WIDTH-1+WIDTH*0:WIDTH*0] |
22
        ch_x[WIDTH-1+WIDTH*1:WIDTH*1] |
23
        ch_x[WIDTH-1+WIDTH*2:WIDTH*2] |
24
        ch_x[WIDTH-1+WIDTH*3:WIDTH*3] |
25
        ch_x[WIDTH-1+WIDTH*4:WIDTH*4] |
26
        ch_x[WIDTH-1+WIDTH*5:WIDTH*5] |
27
        ch_x[WIDTH-1+WIDTH*6:WIDTH*6] |
28
        ch_x[WIDTH-1+WIDTH*7:WIDTH*7] ;
29
 
30
endmodule
31
 
32
 
33
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.