-
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 @ 53ff36a 🚀
- Loading branch information
1 parent
bfd7d8d
commit 516af7a
Showing
246 changed files
with
9,746 additions
and
5,882 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: db1c1339d69cc589c6f4db3cbf231b40 | ||
config: d9ca9643927e9f96024273c65fe247d3 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
.. _mem_clear: | ||
|
||
Memory clear | ||
------------ | ||
|
||
Simple component that will generate addresses for memory clearing when RST is asserted. | ||
|
||
Component port and generics description | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. vhdl:autoentity:: MEM_CLEAR | ||
:noautogenerics: | ||
|
||
|
||
Instance template | ||
^^^^^^^^^^^^^^^^^ | ||
|
||
.. code-block:: | ||
data_clear_i : entity work.MEM_CLEAR | ||
generic map ( | ||
DATA_WIDTH => BOX_WIDTH, | ||
ITEMS => BOX_CNT, | ||
CLEAR_EN => CLEAR_BY_RST | ||
) | ||
port map ( | ||
CLK => CLK, | ||
RST => RST, | ||
CLEAR_DONE => RST_DONE, | ||
CLEAR_WR => wr_clear, | ||
CLEAR_ADDR => wr_addr_clear | ||
); |
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
12 changes: 12 additions & 0 deletions
12
release/_sources/comp/mfb_tools/edit/frame_appender/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,12 @@ | ||
.. readme.rst: Documentation of a single component | ||
.. Copyright (C) 2024 CESNET z. s. p. o. | ||
.. Author(s): Daniel Kondys <[email protected]> | ||
.. | ||
.. SPDX-License-Identifier: BSD-3-Clause | ||
.. _mfb_mvb_appender: | ||
|
||
MFB MVB Appender | ||
---------------- | ||
|
||
.. vhdl:autoentity:: MFB_MVB_APPENDER |
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,6 @@ | ||
.. _mvb_gate: | ||
|
||
MVB Gate | ||
-------- | ||
|
||
.. vhdl:autoentity:: MVB_GATE |
6 changes: 6 additions & 0 deletions
6
release/_sources/comp/mvb_tools/flow/item_collision_resolver/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,6 @@ | ||
.. _mvb_item_collision_resolver: | ||
|
||
MVB Item Collision Resolver | ||
--------------------------- | ||
|
||
.. vhdl:autoentity:: MVB_ITEM_COLLISION_RESOLVER |
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.