📄 eth_top.v
字号:
////////////////////////////////////////////////////////////////////////// //////// eth_top.v //////// //////// This file is part of the Ethernet IP core project //////// http://www.opencores.org/projects/ethmac/ //////// //////// Author(s): //////// - Igor Mohor (igorM@opencores.org) //////// //////// All additional information is avaliable in the Readme.txt //////// file. //////// ////////////////////////////////////////////////////////////////////////////// //////// Copyright (C) 2001 Authors //////// //////// This source file may be used and distributed without //////// restriction provided that this copyright statement is not //////// removed from the file and that any derivative work contains //////// the original copyright notice and the associated disclaimer. //////// //////// This source file is free software; you can redistribute it //////// and/or modify it under the terms of the GNU Lesser General //////// Public License as published by the Free Software Foundation; //////// either version 2.1 of the License, or (at your option) any //////// later version. //////// //////// This source is distributed in the hope that it will be //////// useful, but WITHOUT ANY WARRANTY; without even the implied //////// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR //////// PURPOSE. See the GNU Lesser General Public License for more //////// details. //////// //////// You should have received a copy of the GNU Lesser General //////// Public License along with this source; if not, download it //////// from http://www.opencores.org/lgpl.shtml //////// ////////////////////////////////////////////////////////////////////////////// CVS Revision History//// $Log: eth_top.v,v $// Revision 1.28 2002/09/04 18:44:10 mohor// Signals related to the control frames connected. Debug registers reg1, 2, 3, 4// connected.//// Revision 1.27 2002/07/25 18:15:37 mohor// RxAbort changed. Packets received with MRxErr (from PHY) are also// aborted.//// Revision 1.26 2002/07/17 18:51:50 mohor// EXTERNAL_DMA removed. External DMA not supported.//// Revision 1.25 2002/05/03 10:15:50 mohor// Outputs registered. Reset changed for eth_wishbone module.//// Revision 1.24 2002/04/22 14:15:42 mohor// Wishbone signals are registered when ETH_REGISTERED_OUTPUTS is// selected in eth_defines.v//// Revision 1.23 2002/03/25 13:33:53 mohor// md_padoen_o changed to md_padoe_o. Signal was always active high, just// name was incorrect.//// Revision 1.22 2002/02/26 16:59:54 mohor// Small fixes for external/internal DMA missmatches.//// Revision 1.21 2002/02/26 16:21:00 mohor// Interrupts changed in the top file//// Revision 1.20 2002/02/18 10:40:17 mohor// Small fixes.//// Revision 1.19 2002/02/16 14:03:44 mohor// Registered trimmed. Unused registers removed.//// Revision 1.18 2002/02/16 13:06:33 mohor// EXTERNAL_DMA used instead of WISHBONE_DMA.//// Revision 1.17 2002/02/16 07:15:27 mohor// Testbench fixed, code simplified, unused signals removed.//// Revision 1.16 2002/02/15 13:49:39 mohor// RxAbort is connected differently.//// Revision 1.15 2002/02/15 11:38:26 mohor// Changes that were lost when updating from 1.11 to 1.14 fixed.//// Revision 1.14 2002/02/14 20:19:11 billditt// Modified for Address Checking,// addition of eth_addrcheck.v//// Revision 1.13 2002/02/12 17:03:03 mohor// HASH0 and HASH1 registers added. Registers address width was// changed to 8 bits.//// Revision 1.12 2002/02/11 09:18:22 mohor// Tx status is written back to the BD.//// Revision 1.11 2002/02/08 16:21:54 mohor// Rx status is written back to the BD.//// Revision 1.10 2002/02/06 14:10:21 mohor// non-DMA host interface added. Select the right configutation in eth_defines.//// Revision 1.9 2002/01/23 10:28:16 mohor// Link in the header changed.//// Revision 1.8 2001/12/05 15:00:16 mohor// RX_BD_NUM changed to TX_BD_NUM (holds number of TX descriptors// instead of the number of RX descriptors).//// Revision 1.7 2001/12/05 10:45:59 mohor// ETH_RX_BD_ADR register deleted. ETH_RX_BD_NUM is used instead.//// Revision 1.6 2001/10/19 11:24:29 mohor// Number of addresses (wb_adr_i) minimized.//// Revision 1.5 2001/10/19 08:43:51 mohor// eth_timescale.v changed to timescale.v This is done because of the// simulation of the few cores in a one joined project.//// Revision 1.4 2001/10/18 12:07:11 mohor// Status signals changed, Adress decoding changed, interrupt controller// added.//// Revision 1.3 2001/09/24 15:02:56 mohor// Defines changed (All precede with ETH_). Small changes because some// tools generate warnings when two operands are together. Synchronization// between two clocks domains in eth_wishbonedma.v is changed (due to ASIC// demands).//// Revision 1.2 2001/08/15 14:03:59 mohor// Signal names changed on the top level for easier pad insertion (ASIC).//// Revision 1.1 2001/08/06 14:44:29 mohor// A define FPGA added to select between Artisan RAM (for ASIC) and Block Ram (For Virtex).// Include files fixed to contain no path.// File names and module names changed ta have a eth_ prologue in the name.// File eth_timescale.v is used to define timescale// All pin names on the top module are changed to contain _I, _O or _OE at the end.// Bidirectional signal MDIO is changed to three signals (Mdc_O, Mdi_I, Mdo_O// and Mdo_OE. The bidirectional signal must be created on the top level. This// is done due to the ASIC tools.//// Revision 1.2 2001/08/02 09:25:31 mohor// Unconnected signals are now connected.//// Revision 1.1 2001/07/30 21:23:42 mohor// Directory structure changed. Files checked and joind together.//////// `include "eth_defines.v"`include "timescale.v"module eth_top( // WISHBONE common wb_clk_i, wb_rst_i, wb_dat_i, wb_dat_o, // WISHBONE slave wb_adr_i, wb_sel_i, wb_we_i, wb_cyc_i, wb_stb_i, wb_ack_o, wb_err_o, // WISHBONE master m_wb_adr_o, m_wb_sel_o, m_wb_we_o, m_wb_dat_o, m_wb_dat_i, m_wb_cyc_o, m_wb_stb_o, m_wb_ack_i, m_wb_err_i, //TX mtx_clk_pad_i, mtxd_pad_o, mtxen_pad_o, mtxerr_pad_o, //RX mrx_clk_pad_i, mrxd_pad_i, mrxdv_pad_i, mrxerr_pad_i, mcoll_pad_i, mcrs_pad_i, // MIIM mdc_pad_o, md_pad_i, md_pad_o, md_padoe_o, int_o);parameter Tp = 1;// WISHBONE commoninput wb_clk_i; // WISHBONE clockinput wb_rst_i; // WISHBONE resetinput [31:0] wb_dat_i; // WISHBONE data inputoutput [31:0] wb_dat_o; // WISHBONE data outputoutput wb_err_o; // WISHBONE error output// WISHBONE slaveinput [11:2] wb_adr_i; // WISHBONE address inputinput [3:0] wb_sel_i; // WISHBONE byte select inputinput wb_we_i; // WISHBONE write enable inputinput wb_cyc_i; // WISHBONE cycle inputinput wb_stb_i; // WISHBONE strobe inputoutput wb_ack_o; // WISHBONE acknowledge output// WISHBONE masteroutput [31:0] m_wb_adr_o;output [3:0] m_wb_sel_o;output m_wb_we_o;input [31:0] m_wb_dat_i;output [31:0] m_wb_dat_o;output m_wb_cyc_o;output m_wb_stb_o;input m_wb_ack_i;input m_wb_err_i;// Txinput mtx_clk_pad_i; // Transmit clock (from PHY)output [3:0] mtxd_pad_o; // Transmit nibble (to PHY)output mtxen_pad_o; // Transmit enable (to PHY)output mtxerr_pad_o; // Transmit error (to PHY)// Rxinput mrx_clk_pad_i; // Receive clock (from PHY)input [3:0] mrxd_pad_i; // Receive nibble (from PHY)input mrxdv_pad_i; // Receive data valid (from PHY)input mrxerr_pad_i; // Receive data error (from PHY)// Common Tx and Rxinput mcoll_pad_i; // Collision (from PHY)input mcrs_pad_i; // Carrier sense (from PHY)// MII Management interfaceinput md_pad_i; // MII data input (from I/O cell)output mdc_pad_o; // MII Management data clock (to PHY)output md_pad_o; // MII data output (to I/O cell)output md_padoe_o; // MII data output enable (to I/O cell)output int_o; // Interrupt outputwire [7:0] r_ClkDiv;wire r_MiiNoPre;wire [15:0] r_CtrlData;wire [4:0] r_FIAD;wire [4:0] r_RGAD;wire r_WCtrlData;wire r_RStat;wire r_ScanStat;wire NValid_stat;wire Busy_stat;wire LinkFail;wire r_MiiMRst;wire [15:0] Prsd; // Read Status Data (data read from the PHY)wire WCtrlDataStart;wire RStatStart;wire UpdateMIIRX_DATAReg;wire TxStartFrm;wire TxEndFrm;wire TxUsedData;wire [7:0] TxData;wire TxRetry;wire TxAbort;wire TxUnderRun;wire TxDone;wire [5:0] CollValid;reg WillSendControlFrame_sync1;reg WillSendControlFrame_sync2;reg WillSendControlFrame_sync3;reg RstTxPauseRq;// Connecting Miim moduleeth_miim miim1( .Clk(wb_clk_i), .Reset(r_MiiMRst), .Divider(r_ClkDiv), .NoPre(r_MiiNoPre), .CtrlData(r_CtrlData), .Rgad(r_RGAD), .Fiad(r_FIAD), .WCtrlData(r_WCtrlData), .RStat(r_RStat), .ScanStat(r_ScanStat), .Mdi(md_pad_i), .Mdo(md_pad_o), .MdoEn(md_padoe_o), .Mdc(mdc_pad_o), .Busy(Busy_stat), .Prsd(Prsd), .LinkFail(LinkFail), .Nvalid(NValid_stat), .WCtrlDataStart(WCtrlDataStart), .RStatStart(RStatStart), .UpdateMIIRX_DATAReg(UpdateMIIRX_DATAReg));wire RegCs; // Connected to registerswire [31:0] RegDataOut; // Multiplexed to wb_dat_owire r_RecSmall; // Receive small frameswire r_Rst; // Resetwire r_LoopBck; // Loopbackwire r_TxEn; // Tx Enablewire r_RxEn; // Rx Enablewire MRxDV_Lb; // Muxed MII receive data validwire MRxErr_Lb; // Muxed MII Receive Errorwire [3:0] MRxD_Lb; // Muxed MII Receive Datawire Transmitting; // Indication that TxEthMAC is transmittingwire r_HugEn; // Huge packet enablewire r_DlyCrcEn; // Delayed CRC enabledwire [15:0] r_MaxFL; // Maximum frame lengthwire [15:0] r_MinFL; // Minimum frame lengthwire ShortFrame;wire DribbleNibble; // Extra nibble receivedwire ReceivedPacketTooBig; // Received packet is too bigwire [47:0] r_MAC; // MAC addresswire LoadRxStatus; // Rx status was loadedwire [31:0] r_HASH0; // HASH table, lower 4 byteswire [31:0] r_HASH1; // HASH table, upper 4 byteswire [7:0] r_TxBDNum; // Receive buffer descriptor numberwire [6:0] r_IPGT; // wire [6:0] r_IPGR1; // wire [6:0] r_IPGR2; // wire [5:0] r_CollValid; // wire [15:0] r_TxPauseTV; // Transmit PAUSE valuewire r_TxPauseRq; // Transmit PAUSE requestwire [3:0] r_MaxRet; //wire r_NoBckof; // wire r_ExDfrEn; // wire TX_BD_NUM_Wr; // Write enable that writes RX_BD_NUM to the registers.wire r_TxFlow; // Tx flow control enablewire r_IFG; // Minimum interframe gap for incoming packetswire TxB_IRQ; // Interrupt Tx Bufferwire TxE_IRQ; // Interrupt Tx Errorwire RxB_IRQ; // Interrupt Rx Bufferwire RxE_IRQ; // Interrupt Rx Errorwire Busy_IRQ; // Interrupt Busy (lack of buffers)wire DWord;wire BDAck;wire [31:0] BD_WB_DAT_O; // wb_dat_o that comes from the Wishbone module (for buffer descriptors read/write)wire BDCs; // Buffer descriptor CSwire temp_wb_ack_o;wire [31:0] temp_wb_dat_o;wire temp_wb_err_o;`ifdef ETH_REGISTERED_OUTPUTS reg temp_wb_ack_o_reg; reg [31:0] temp_wb_dat_o_reg; reg temp_wb_err_o_reg;`endifassign DWord = &wb_sel_i;assign RegCs = wb_stb_i & wb_cyc_i & DWord & ~wb_adr_i[11] & ~wb_adr_i[10]; // 0x0 - 0x3FFassign BDCs = wb_stb_i & wb_cyc_i & DWord & ~wb_adr_i[11] & wb_adr_i[10]; // 0x400 - 0x7FFassign temp_wb_ack_o = RegCs | BDAck;assign temp_wb_dat_o = (RegCs & ~wb_we_i)? RegDataOut : BD_WB_DAT_O;assign temp_wb_err_o = wb_stb_i & wb_cyc_i & ~DWord;`ifdef ETH_REGISTERED_OUTPUTS assign wb_ack_o = temp_wb_ack_o_reg; assign wb_dat_o[31:0] = temp_wb_dat_o_reg; assign wb_err_o = temp_wb_err_o_reg;`else assign wb_ack_o = temp_wb_ack_o; assign wb_dat_o[31:0] = temp_wb_dat_o; assign wb_err_o = temp_wb_err_o;`endif`ifdef ETH_REGISTERED_OUTPUTS
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -