Entity: mac_FrameLoopback

Diagram

positive MAX_FRAMES std_logic Clock std_logic Reset std_logic In_Valid T_SLV_8 In_Data std_logic In_SOF std_logic In_EOF T_SLV_8 In_Meta_SrcMACAddress_Data T_SLV_8 In_Meta_DestMACAddress_Data std_logic Out_Ack std_logic Out_Meta_rst std_logic Out_Meta_SrcMACAddress_nxt std_logic Out_Meta_DestMACAddress_nxt std_logic In_Ack std_logic In_Meta_rst std_logic In_Meta_SrcMACAddress_nxt std_logic In_Meta_DestMACAddress_nxt std_logic Out_Valid T_SLV_8 Out_Data std_logic Out_SOF std_logic Out_EOF T_SLV_8 Out_Meta_SrcMACAddress_Data T_SLV_8 Out_Meta_DestMACAddress_Data

Description

EMACS settings: -- tab-width: 2; indent-tabs-mode: t -- vim: tabstop=2:shiftwidth=2:noexpandtab

kate: tab-width 2; replace-tabs off; indent-width 2;

Authors: Patrick Lehmann

Entity: TODO

Description:

.. TODO:: No documentation available.

License:

Copyright 2007-2015 Technische Universitaet Dresden - Germany Chair of VLSI-Design, Diagnostics and Architecture

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and

limitations under the License.

Generics

Generic name Type Value Description
MAX_FRAMES positive 4

Ports

Port name Direction Type Description
Clock in std_logic
Reset in std_logic
In_Valid in std_logic IN Port
In_Data in T_SLV_8
In_SOF in std_logic
In_EOF in std_logic
In_Ack out std_logic
In_Meta_rst out std_logic
In_Meta_SrcMACAddress_nxt out std_logic
In_Meta_SrcMACAddress_Data in T_SLV_8
In_Meta_DestMACAddress_nxt out std_logic
In_Meta_DestMACAddress_Data in T_SLV_8
Out_Valid out std_logic OUT Port
Out_Data out T_SLV_8
Out_SOF out std_logic
Out_EOF out std_logic
Out_Ack in std_logic
Out_Meta_rst in std_logic
Out_Meta_SrcMACAddress_nxt in std_logic
Out_Meta_SrcMACAddress_Data out T_SLV_8
Out_Meta_DestMACAddress_nxt in std_logic
Out_Meta_DestMACAddress_Data out T_SLV_8

Signals

Name Type Description
LLBuf_MetaIn_nxt std_logic_vector(META_BITS'length - 1 downto 0)
LLBuf_MetaIn_Data std_logic_vector(isum(META_BITS) - 1 downto 0)
LLBuf_MetaOut_nxt std_logic_vector(META_BITS'length - 1 downto 0)
LLBuf_MetaOut_Data std_logic_vector(isum(META_BITS) - 1 downto 0)

Constants

Name Type Value Description
META_STREAMID_SRCADDR natural 0
META_STREAMID_DESTADDR natural 1
META_BITS T_POSVEC ( META_STREAMID_SRCADDR => 8,
META_STREAMID_DESTADDR => 8 )
META_FIFO_DEPTHS T_POSVEC ( META_STREAMID_SRCADDR => 6,
META_STREAMID_DESTADDR => 6 )

Instantiations