Skip to content
Snippets Groups Projects
Commit 46e7ce64 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Improve docs

parent 4a302989
No related branches found
No related tags found
1 merge request!352Improve docs
Pipeline #96715 passed
...@@ -84,7 +84,7 @@ class Resource(HardwareBlock): ...@@ -84,7 +84,7 @@ class Resource(HardwareBlock):
Parameters Parameters
---------- ----------
process_collection : ProcessCollection process_collection : :class:`~b_asic.resources.ProcessCollection`
The process collection containing processes to be mapped to resource. The process collection containing processes to be mapped to resource.
entity_name : str, optional entity_name : str, optional
The name of the resulting entity. The name of the resulting entity.
...@@ -247,7 +247,7 @@ class Architecture(HardwareBlock): ...@@ -247,7 +247,7 @@ class Architecture(HardwareBlock):
---------- ----------
processing_elements : :class:`~b_asic.architecture.ProcessingElement` or iterable of :class:`~b_asic.architecture.ProcessingElement` processing_elements : :class:`~b_asic.architecture.ProcessingElement` or iterable of :class:`~b_asic.architecture.ProcessingElement`
The processing elements in the architecture. The processing elements in the architecture.
memories : `~b_asic.architecture.Memory` or iterable of :class:`~b_asic.architecture.Memory` memories : :class:`~b_asic.architecture.Memory` or iterable of :class:`~b_asic.architecture.Memory`
The memories in the architecture. The memories in the architecture.
entity_name : str, default: "arch" entity_name : str, default: "arch"
Name for the top-level entity. Name for the top-level entity.
......
...@@ -9,3 +9,4 @@ ...@@ -9,3 +9,4 @@
.. automodule:: b_asic.architecture .. automodule:: b_asic.architecture
:members: :members:
:undoc-members: :undoc-members:
:inherited-members:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment