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

Regression: doc: BaseSoC object has no attribute soc_interrupt_map #385

Closed
xobs opened this issue Feb 13, 2020 · 0 comments
Closed

Regression: doc: BaseSoC object has no attribute soc_interrupt_map #385

xobs opened this issue Feb 13, 2020 · 0 comments

Comments

@xobs
Copy link
Collaborator

xobs commented Feb 13, 2020

When running generate_docs() or generate_svd(), the following error is produced:

Traceback (most recent call last):
  File ".\foboot-bitstream.py", line 477, in <module>
    main()
  File ".\foboot-bitstream.py", line 452, in main
    lxsocdoc.generate_docs(soc, "build/documentation/", project_name="Fomu Bootloader", author="Sean Cross", from_scratch=False)
  File "D:\Code\Fomu\foboot\hw\deps\litex\litex\soc\doc\__init__.py", line 73, in generate_docs
    for csr, irq in sorted(soc.soc_interrupt_map.items()):
  File "D:\Code\Fomu\foboot\hw\deps\migen\migen\fhdl\module.py", line 136, in __getattr__
    raise AttributeError("'"+self.__class__.__name__+"' object has no attribute '"+name+"'")
AttributeError: 'BaseSoC' object has no attribute 'soc_interrupt_map'
@xobs xobs closed this as completed in baa29f1 Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant