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

VCDWriter.register_alias() called in pysim.py:110 does not exist #645

Closed
hansfbaier opened this issue Nov 3, 2021 · 2 comments
Closed
Labels

Comments

@hansfbaier
Copy link

steps to reproduce:

git clone https://github.com/hansfbaier/nmigen-library/
cd nmigen-library
export PYTHONPATH='.'
export GENERATE_VCDS=1
python3 -m unittest nmigen_library.io.ws2812.WS2812Test
@rroohhh
Copy link
Contributor

rroohhh commented Nov 3, 2021

Are you sure you are satisfying the requirements of nmigen? The register_alias method was added in pyvcd version 0.2.2, do you have a older one installed by any chance?

@hansfbaier
Copy link
Author

hansfbaier commented Nov 3, 2021

@rroohhh Ahh, yes, sorry my bad, I thought for some weird reason (lack of sleep, probably) that VCDWriter was part of nmigen. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants