File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ This is a set of files that contain useful miscellaneous functions and classes
18
18
| :ref:`libutils-ref`
19
19
| :ref:`multipliers-ref`
20
20
| :ref:`muxes-ref`
21
+ | :ref:`matrix-ref`
21
22
| :ref:`testingutils-ref`
22
23
23
24
@@ -101,7 +102,21 @@ Muxes
101
102
:show-inheritance:
102
103
:special-members:
103
104
:undoc-members:
104
- :exclude-members: __dict__,__weakref__,__module__, __exit__
105
+ :exclude-members: __dict__,__weakref__,__module__,__exit__
106
+
107
+ :ref: `Back to top of page <top-of-page-rtllib >`
108
+
109
+ .. _matrix-ref :
110
+
111
+ Matrix
112
+ ------
113
+
114
+ .. automodule :: pyrtl.rtllib.matrix
115
+ :members:
116
+ :show-inheritance:
117
+ :special-members:
118
+ :undoc-members:
119
+ :exclude-members: __dict__,__weakref__,__module__
105
120
106
121
:ref: `Back to top of page <top-of-page-rtllib >`
107
122
You can’t perform that action at this time.
0 commit comments