-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 83cc58d 🚀
- Loading branch information
1 parent
da8b5d4
commit c6a663f
Showing
196 changed files
with
1,668 additions
and
194 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
83 changes: 83 additions & 0 deletions
83
devel/_sources/ndk_core/intel/src/comp/network_mod/readme.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
.. _ndk_network_mod: | ||
|
||
NETWORK MODULE | ||
-------------- | ||
|
||
Typical Configurations | ||
^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. list-table:: | ||
:align: center | ||
:header-rows: 1 | ||
|
||
* - ETH_CORE_ARCH | ||
- E_TILE | ||
- F_TILE | ||
- CMAC | ||
* - ETH_PORT_SPEED | ||
- 100, 25, 10 | ||
- 400, 200, 100, 50, 40, 25, 10 | ||
- 100 | ||
* - ETH_PORT_CHAN (for each speed) | ||
- 1, 4, 4 | ||
- 1, 2, 4, 8, 2, 8, 8 | ||
- 1 | ||
* - LANES | ||
- 4 | ||
- 8 | ||
- 4 | ||
* - MFB Configuration | ||
- 1, 8, 8, 8 (512b) | ||
- 4, 8, 8, 8 (2048b) | ||
- 1, 8, 8, 8 (512b) | ||
|
||
Verification Plan | ||
^^^^^^^^^^^^^^^^^ | ||
|
||
It is necessary to test all supported Ethernet IP architectures (E-Tile, CMAC,...) and their supported speeds/channels. | ||
|
||
.. list-table:: | ||
:align: center | ||
:header-rows: 1 | ||
|
||
* - ID | ||
- Description | ||
- Requirement level | ||
- Checked by | ||
- Status | ||
- Test name | ||
* - 1 | ||
- Dropped packets (overflow, unmasked errors). | ||
- Obligatory | ||
- Func. cover | ||
- TBD | ||
- All tests | ||
* - 2 | ||
- Checking the MAC address according to the values written in the configurable TCAM. | ||
- Obligatory | ||
- Func. cover | ||
- TBD | ||
- All tests | ||
* - 3 | ||
- Test checking the setting of the minimum and maximum packet length and discarding packets outside the range. | ||
- Obligatory | ||
- Func. cover | ||
- TBD | ||
- All tests | ||
* - 4 | ||
- Read out (via MI) and check statistics in RX/TX MAC. | ||
- Obligatory | ||
- Func. cover | ||
- TBD | ||
- All tests | ||
* - 5 | ||
- Maximum speed test (output does not brake and input goes full speed), 100% throughput is expected for all packet lengths. | ||
- Obligatory | ||
- Func. cover | ||
- TBD | ||
- test::speed | ||
|
||
Entity Docs | ||
^^^^^^^^^^^ | ||
|
||
.. vhdl:autoentity:: NETWORK_MOD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.