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):
Parameters
----------
process_collection : ProcessCollection
process_collection : :class:`~b_asic.resources.ProcessCollection`
The process collection containing processes to be mapped to resource.
entity_name : str, optional
The name of the resulting entity.
......@@ -247,7 +247,7 @@ class Architecture(HardwareBlock):
----------
processing_elements : :class:`~b_asic.architecture.ProcessingElement` or iterable of :class:`~b_asic.architecture.ProcessingElement`
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.
entity_name : str, default: "arch"
Name for the top-level entity.
......
......@@ -9,3 +9,4 @@
.. automodule:: b_asic.architecture
:members:
:undoc-members:
:inherited-members:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment