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

Subversion Repositories sgmii

[/] [sgmii/] [trunk/] [build/] [OpenCore_MAC/] [GMII_SGMII.v.bak] - Blame information for rev 26

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 26 jefflieu
 
2
 
3
 
4
module GMII_SGMII (
5
//GMII interface
6
input [7:0] TxD,
7
input TxDV,
8
input TxER,
9
input TxClk,
10
 
11
output [7:0] RxD,
12
output RxDV,
13
output RxER,
14
output RxClk,
15
 
16
//SGMII Interface
17
 
18
output SGMII_Tx,
19
input  SGMII_Rx,
20
 
21
//Supplementary
22
 
23
input clk_125M,
24
input [2:0] Speed,
25
input rstn,
26
output core_clk,        //This clock will change according to speed, will be either 125,25,2.5
27
output core_clkh        //This clock will change according to speed, will be either 125,12.5,1.25
28
);
29
 
30
 
31
 
32
 
33
 
34
 
35
 
36
 
37
 
38
endmodule

powered by: WebSVN 2.1.0

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