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

Make optional properties return None while uninitialized. #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 22, 2020

  1. Make optional properties return None while uninitialized.

    The previous behaviour was to raise a NotImplementedError. It is now the
    responsibility of the caller to check if the property was initialized or
    not.
    
    Affected properties:
    * wishbone.Interface.memory_map
    * csr.Interface.memory_map
    * event.Source.event_map
    * periph.PeripheralInfo.irq
    Jean-François Nguyen committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    cf3412b View commit details
    Browse the repository at this point in the history