URL
https://opencores.org/ocsvn/esoc/esoc/trunk
[/] [esoc/] [trunk/] [Sources/] [logixa/] [package_esoc_configuration.vhd] - Diff between revs 42 and 53
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 42 |
Rev 53 |
Line 132... |
Line 132... |
constant esoc_search_engine_hash_delay : integer := 1; -- Hash delay is determined by XOR tree and RAM latency (=1 clock)
|
constant esoc_search_engine_hash_delay : integer := 1; -- Hash delay is determined by XOR tree and RAM latency (=1 clock)
|
|
|
-- Entity ESoC Search Engine
|
-- Entity ESoC Search Engine
|
-- Record in MAC/VLAN Learning table
|
-- Record in MAC/VLAN Learning table
|
constant esoc_search_entry_valid : integer := 79; -- Position of entry valid flag in table entry, length is 1 bit
|
constant esoc_search_entry_valid : integer := 79; -- Position of entry valid flag in table entry, length is 1 bit
|
constant esoc_search_entry_update : integer := 78; -- Position of update flag for aging protocol in table entry, length is 1 bit
|
constant esoc_search_entry_aging : integer := 78; -- Position of update flag for aging protocol in table entry, length is 1 bit
|
constant esoc_search_entry_unused2 : integer := 77; --
|
constant esoc_search_entry_unused2 : integer := 77; --
|
constant esoc_search_entry_unused1 : integer := 76; --
|
constant esoc_search_entry_unused1 : integer := 76; --
|
constant esoc_search_entry_destination : integer := 60; -- Position of destination ports in table entry, length is 16 bit
|
constant esoc_search_entry_destination : integer := 60; -- Position of destination ports in table entry, length is 16 bit
|
constant esoc_search_entry_vlan : integer := 48; -- Position of VLAN ID in table entry, length is 12 bit
|
constant esoc_search_entry_vlan : integer := 48; -- Position of VLAN ID in table entry, length is 12 bit
|
constant esoc_search_entry_mac : integer := 0; -- Position of MAC address in table entry, length is 48 bit
|
constant esoc_search_entry_mac : integer := 0; -- Position of MAC address in table entry, length is 48 bit
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.