Hi,
a lot of the more elaborate examples do not work. This seems mostly because of API changes that were made in the past.
A baseline pip install hwtlib hwt as well as the latest git master clone will give the same issues.
For the StructReader, I see this error:
from hwtLib.amba.datapump.intf import AxiRDatapumpIntf
ModuleNotFoundError: No module named 'hwtLib.amba.datapump'
For other examples there are other errors. But all i have traced back is linked to changed APIs (imports or function names).
This makes is really hard to understand some advanced concepts because there is not much documentation except the examples. I strongly recommed to add the examples to a regression suite so it does not break.
regards
Philip
Hi,
a lot of the more elaborate examples do not work. This seems mostly because of API changes that were made in the past.
A baseline
pip install hwtlib hwtas well as the latest git master clone will give the same issues.For the StructReader, I see this error:
For other examples there are other errors. But all i have traced back is linked to changed APIs (imports or function names).
This makes is really hard to understand some advanced concepts because there is not much documentation except the examples. I strongly recommed to add the examples to a regression suite so it does not break.
regards
Philip