mirror of https://github.com/llvm/circt.git
![]() * [PyCDE] Fix invalid `inputs` function This might just have been some outdated code. The previous `inputs` function had an incorrect type annotation (i.e. it defers to the following code: ```python @property def inputs(self) -> List[Input]: return [p for p in self.ports if isinstance(p, Input)] ``` Might as well return that list instead of reducing it to a dictionary. Secondly, also adds a (presumably) missing `outputs` method. * fix whitespace |
||
---|---|---|
.. | ||
PyCDE | ||
PyRTG | ||
CMakeLists.txt |