Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9f9d391 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcabal committed Sep 14, 2023
1 parent 81956f7 commit 8dcba0f
Show file tree
Hide file tree
Showing 193 changed files with 1,758 additions and 318 deletions.
2 changes: 1 addition & 1 deletion devel/_images/packet_delayer_diagram.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion devel/_images/timestamp_limiter_diagram.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions devel/_sources/ofm_doc/comp/base/mem/mp_bram/readme.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. _mp_bram:

Multi-port BRAM
=====================

.. vhdl:autoentity:: MP_BRAM
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Timestamp Limiter

.. vhdl:autoentity:: MFB_TIMESTAMP_LIMITER
.. vhdl:constants:: MFB_TIMESTAMP_LIMITER
.. Arcitecture
.. ~~~~~~~~~~~
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _mfb_pd_asfifo_simple:

MFB PD ASFIFO SIMPLE
--------------------

.. vhdl:autoentity:: MFB_PD_ASFIFO_SIMPLE
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.. readme.rst: Documentation of single component
.. Copyright (C) 2023 CESNET z. s. p. o.
.. Author(s): Jakub Cabal <[email protected]>
..
.. SPDX-License-Identifier: BSD-3-Clause
.. _mvb_merge_streams:

MVB Merge Streams
-----------------

.. vhdl:autoentity:: MVB_MERGE_STREAMS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

.. _tsu_format_to_ns:

TSU Format to ns Convertor
--------------------------

.. vhdl:autoentity:: TSU_FORMAT_TO_NS
2 changes: 1 addition & 1 deletion devel/_sources/ofm_doc/comp/uvm/componets.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Library of commonly used agents and enviroments in UVM verification
logic_vector_array_mfb/readme
byte_array/readme
byte_array_mfb/readme
byte_array_intel_mac_seg/readme
logic_vector_array_intel_mac_seg/readme
byte_array_pma/readme
byte_array_mii/readme
byte_array_lii/readme
Expand Down
4 changes: 2 additions & 2 deletions devel/_sources/ofm_doc/logic.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ Tries to use as simple adders as the set latency allows. It has a valid bit for

**SHIFTER** - Behavioral implementation of left or right block-by-block shifter.

**SQUARER** - The unit is used for calculation square (n^2** of input vector.
**SQUARER** - The unit is used for calculation square (n^2** of input vector).

**SR_SYNC_LATCH** - Synchronous SR latch whose forbidden state has been removed. Latches data of variable length. Detailed documentation can be found :ref:`here<sr_sync_latch>`
**SR_SYNC_LATCH** - Synchronous SR latch whose forbidden state has been removed. Latches data of variable length. Detailed documentation can be found :ref:`here<sr_sync_latch>`.

**SUM_ONE** - Behavioral implementation of generic counter of ones in input vector.

Expand Down
4 changes: 4 additions & 0 deletions devel/_sources/ofm_doc/memory.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Located in the same folder as DP_BMEM_V7. ``OBSOLETE, use SDP_BRAM or SDP_BRAM_X
**SDP_BRAM** - Structural implementation of dual clock BRAM memory based on Xilinx and Intel specific primitives (xpm_memory_sdpram, altera_syncram) with one read port and one write port.
It supports the byte enable feature!

**MP_BRAM** - Generic multiported single clock BRAM memory based on **SDP_BRAM**. Currently supports only 1 write port. Amount of read ports is not restricted. Also supports byte enable
feature.

**SDP_BRAM_BEHAV** - Another behavioral implementation of dual clock BRAM memory with one read port and one write port.
Located in the same folder as SDP_BRAM. ``OBSOLETE, use DP_BRAM or DP_BRAM_XILINX!``

Expand All @@ -57,6 +60,7 @@ Allows setting type of memory (LUT, BRAM, URAM) or automatic mode. Optimized for

comp/base/mem/np_lutram/readme
comp/base/mem/sdp_bram/readme
comp/base/mem/mp_bram/readme
.. comp/base/mem/<something>
References
Expand Down
1 change: 1 addition & 0 deletions devel/_sources/ofm_doc/mfb.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Components using the MFB bus are typically located in the ``comp/mfb_tools/`` di
comp/mfb_tools/logic/checksum_calculator/readme
comp/mfb_tools/logic/auxiliary_signals/readme
comp/mfb_tools/storage/pd_asfifo/readme
comp/mfb_tools/storage/pd_asfifo_simple/readme
comp/mfb_tools/storage/asfifox/readme
comp/mfb_tools/storage/fifox/readme
comp/mfb_tools/storage/crossbarx_output_buffer/readme
Expand Down
1 change: 1 addition & 0 deletions devel/_sources/ofm_doc/mvb.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Components using the MFB bus are typically located in the ``comp/mvb_tools/`` di
comp/mvb_tools/flow/channel_router/readme
comp/mvb_tools/flow/discard/readme
comp/mvb_tools/flow/merge_items/readme
comp/mvb_tools/flow/merge_streams/readme
comp/mvb_tools/flow/demux/readme
comp/mvb_tools/flow/mux/readme
comp/mvb_tools/flow/merge_n_to_m/readme
Expand Down
2 changes: 1 addition & 1 deletion devel/app-minimal.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_cards/bittware/ia-420f/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_cards/intel/dk-dev-1sdx-p/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_cards/intel/dk-dev-agi027res/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_cards/reflexces/agi-fh400g/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_cards/silicom/fb2cghh/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_cards/silicom/fb4cgg3/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_cards/silicom/n6010/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_core/doc/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_core/doc/devtree.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_core/doc/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_core/doc/how_to_start.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_core/doc/terminology.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_core/doc/testing.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_core/intel/cocotb/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_core/intel/doc/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_core/intel/doc/dma.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_core/intel/doc/eth.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_core/intel/doc/mem.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_core/intel/doc/mi.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_core/intel/doc/pcie.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_core/intel/doc/tsu.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ndk_core/intel/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../../../../../../search.html" method="get">
Expand Down
Binary file modified devel/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion devel/ofm_doc/async.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ofm_doc/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ofm_doc/build/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ofm_doc/comp/base/dsp/dsp_comparator/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ofm_doc/comp/base/fifo/asfifox/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ofm_doc/comp/base/fifo/fifox/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion devel/ofm_doc/comp/base/fifo/fifox_multi/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Minimal NDK Application Docs
</a>
<div class="version">
Git branch: devel, <br> Git hash: 3aa16b24
Git branch: devel, <br> Git hash: 9f9d3916
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../../../search.html" method="get">
Expand Down
Loading

0 comments on commit 8dcba0f

Please sign in to comment.