Skip to content

Examples do not work out of the box (automatic test against pip required for check if new release of dependency is required) #23

Description

@philipaxer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions