Entity: ipv6_TX

Diagram

boolean DEBUG 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_SrcIPv6Address_Data T_SLV_8 In_Meta_DestIPv6Address_Data T_SLV_8 In_Meta_TrafficClass T_SLV_24 In_Meta_FlowLabel T_SLV_16 In_Meta_Length T_SLV_8 In_Meta_NextHeader std_logic NDP_NextHop_IPv6Address_rst std_logic NDP_NextHop_IPv6Address_nxt std_logic NDP_NextHop_Valid T_SLV_8 NDP_NextHop_MACAddress_Data std_logic Out_Ack std_logic Out_Meta_rst std_logic Out_Meta_DestMACAddress_nxt std_logic In_Ack std_logic In_Meta_rst std_logic In_Meta_SrcIPv6Address_nxt std_logic In_Meta_DestIPv6Address_nxt std_logic NDP_NextHop_Query T_SLV_8 NDP_NextHop_IPv6Address_Data std_logic NDP_NextHop_MACAddress_rst std_logic NDP_NextHop_MACAddress_nxt std_logic Out_Valid T_SLV_8 Out_Data std_logic Out_SOF std_logic Out_EOF 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
DEBUG boolean FALSE

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_SrcIPv6Address_nxt out std_logic
In_Meta_SrcIPv6Address_Data in T_SLV_8
In_Meta_DestIPv6Address_nxt out std_logic
In_Meta_DestIPv6Address_Data in T_SLV_8
In_Meta_TrafficClass in T_SLV_8
In_Meta_FlowLabel in T_SLV_24 STD_LOGIC_VECTOR(19 downto 0);
In_Meta_Length in T_SLV_16
In_Meta_NextHeader in T_SLV_8
NDP_NextHop_Query out std_logic to NDP layer
NDP_NextHop_IPv6Address_rst in std_logic
NDP_NextHop_IPv6Address_nxt in std_logic
NDP_NextHop_IPv6Address_Data out T_SLV_8
NDP_NextHop_Valid in std_logic from NDP layer
NDP_NextHop_MACAddress_rst out std_logic
NDP_NextHop_MACAddress_nxt out std_logic
NDP_NextHop_MACAddress_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_DestMACAddress_nxt in std_logic
Out_Meta_DestMACAddress_Data out T_SLV_8

Signals

Name Type Description
State T_STATE
NextState T_STATE
In_Ack_i std_logic
IPv6SeqCounter_rst std_logic
IPv6SeqCounter_en std_logic
IPv6SeqCounter_us unsigned(3 downto 0)

Types

Name Type Description
T_STATE ( ST_IDLE,
ST_NDP_QUERY,
ST_NDP_QUERY_WAIT,
ST_SEND_VERSION,
ST_SEND_TRAFFIC_CLASS,
ST_SEND_FLOW_LABEL_1,
ST_SEND_FLOW_LABEL_2,
ST_SEND_In_Meta_Length_0,
ST_SEND_In_Meta_Length_1,
ST_SEND_NEXT_HEADER,
ST_SEND_HOP_LIMIT,
ST_SEND_SOURCE_ADDRESS,
ST_SEND_DESTINATION_ADDRESS,
ST_SEND_DATA,
ST_DISCARD_FRAME,
ST_ERROR )

Processes