Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register description is not mandatory #25

Merged
merged 2 commits into from
Apr 9, 2021
Merged

Register description is not mandatory #25

merged 2 commits into from
Apr 9, 2021

Commits on Apr 6, 2021

  1. A register is allowed not to have a description in the IP-XACT std.

    However, the python code was failing when there is no description.
    To avoid having to catch at a lot of places in the Python code where
    there is no variable reg.desc, I assign an empty string during the parsing
    step if not description XML element is there.
    
    I've modified the test input to have one without description.
    
    Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
    vermaete committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    450d232 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Fixed a few pylint/pep8/... stuff.

    Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
    vermaete committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    b4a3362 View commit details
    Browse the repository at this point in the history