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

Subversion Repositories dmt_tx

[/] [dmt_tx/] [trunk/] [const_encoder/] [rtl/] [const_enc.v] - Blame information for rev 13

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

Line No. Rev Author Line
1 13 dannori
/* *****************************************************************
2
 *
3
 *  This file is part of Tone Order and Constellation Encoder Core.
4
 *  Copyright (C) 2007 Guenter Dannoritzer
5
 *
6
 *   This source is free software; you can redistribute it
7
 *   and/or modify it under the terms of the
8
 *             GNU General Public License
9
 *   as published by the Free Software Foundation;
10
 *   either version 3 of the License,
11
 *   or (at your option) any later version.
12
 *
13
 *   This source is distributed in the hope
14
 *   that it will be useful, but WITHOUT ANY WARRANTY;
15
 *   without even the implied warranty of MERCHANTABILITY
16
 *   or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
 *   GNU General Public License for more details.
18
 *
19
 *   You should have received a copy of the
20
 *   GNU General Public License along with this program.
21
 *   If not, see <http://www.gnu.org/licenses/>.
22
 *
23
 * *****************************************************************/
24 12 dannori
 
25
module const_encoder(
26
                clk,
27
                reset,
28
                input_ready_o,
29
                we_data_i,
30
                data_i,
31
                addr_i,
32
                we_conf_i,
33
                conf_data_i,
34
                xy_ready_o,
35
                bin_num_o,
36
                x_o,
37
                y_o);
38
 
39
input   clk;
40
input   reset;
41
output  input_ready_o;
42
input   we_data_i;
43
input   data_i;
44
input   addr_i;
45
input   we_conf_i;
46
input   conf_data_i;
47
output  xy_ready_o;
48
output  bin_num_o;
49
output  x_o;
50
output  y_o;
51
 
52
 
53
 
54
endmodule

powered by: WebSVN 2.1.0

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