URL
https://opencores.org/ocsvn/dma_ahb/dma_ahb/trunk
[/] [dma_ahb/] [trunk/] [src/] [dma_ahb32/] [prgen_scatter8_1.v] - Blame information for rev 4
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
4 |
eyalhoc |
/////////////////////////////////////////////////////////////////////
|
2 |
|
|
//// ////
|
3 |
|
|
//// Author: Eyal Hochberg ////
|
4 |
|
|
//// eyal@provartec.com ////
|
5 |
|
|
//// ////
|
6 |
|
|
//// Downloaded from: http://www.opencores.org ////
|
7 |
|
|
/////////////////////////////////////////////////////////////////////
|
8 |
|
|
//// ////
|
9 |
|
|
//// Copyright (C) 2010 Provartec LTD ////
|
10 |
|
|
//// www.provartec.com ////
|
11 |
|
|
//// info@provartec.com ////
|
12 |
|
|
//// ////
|
13 |
|
|
//// This source file may be used and distributed without ////
|
14 |
|
|
//// restriction provided that this copyright statement is not ////
|
15 |
|
|
//// removed from the file and that any derivative work contains ////
|
16 |
|
|
//// the original copyright notice and the associated disclaimer.////
|
17 |
|
|
//// ////
|
18 |
|
|
//// This source file is free software; you can redistribute it ////
|
19 |
|
|
//// and/or modify it under the terms of the GNU Lesser General ////
|
20 |
|
|
//// Public License as published by the Free Software Foundation.////
|
21 |
|
|
//// ////
|
22 |
|
|
//// This source is distributed in the hope that it will be ////
|
23 |
|
|
//// useful, but WITHOUT ANY WARRANTY; without even the implied ////
|
24 |
|
|
//// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR ////
|
25 |
|
|
//// PURPOSE. See the GNU Lesser General Public License for more////
|
26 |
|
|
//// details. http://www.gnu.org/licenses/lgpl.html ////
|
27 |
|
|
//// ////
|
28 |
|
|
/////////////////////////////////////////////////////////////////////
|
29 |
2 |
eyalhoc |
//---------------------------------------------------------
|
30 |
|
|
//-- File generated by RobustVerilog parser
|
31 |
|
|
//-- Version: 1.0
|
32 |
|
|
//-- Invoked Fri Mar 25 23:31:22 2011
|
33 |
|
|
//--
|
34 |
|
|
//-- Source file: prgen_scatter.v
|
35 |
|
|
//---------------------------------------------------------
|
36 |
|
|
|
37 |
|
|
|
38 |
|
|
|
39 |
|
|
module prgen_scatter8_1(ch_x,x);
|
40 |
|
|
|
41 |
|
|
parameter CH_NUM = 0;
|
42 |
|
|
|
43 |
|
|
|
44 |
|
|
input [8*1-1:0] ch_x;
|
45 |
|
|
output [8-1:0] x;
|
46 |
|
|
|
47 |
|
|
|
48 |
|
|
assign x = {
|
49 |
|
|
ch_x[CH_NUM+7],
|
50 |
|
|
ch_x[CH_NUM+6],
|
51 |
|
|
ch_x[CH_NUM+5],
|
52 |
|
|
ch_x[CH_NUM+4],
|
53 |
|
|
ch_x[CH_NUM+3],
|
54 |
|
|
ch_x[CH_NUM+2],
|
55 |
|
|
ch_x[CH_NUM+1],
|
56 |
|
|
ch_x[CH_NUM+0]};
|
57 |
|
|
|
58 |
|
|
|
59 |
|
|
endmodule
|
60 |
|
|
|
61 |
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.