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

Handling whiteboxes with modes #82

Open
mkurc-ant opened this issue Sep 28, 2020 · 2 comments
Open

Handling whiteboxes with modes #82

mkurc-ant opened this issue Sep 28, 2020 · 2 comments

Comments

@mkurc-ant
Copy link
Contributor

Yosys does not allow to parameterize modules marked as (* whitebox *). Using chparam on them does not make Yosys to re-elaborate their content. This prevents V2X from correctly converting modules that have modes and are marked as (* whitebox *).

This should either be fixed or an error should be emitted if a module has modes and is a whitebox.

@mithro
Copy link
Collaborator

mithro commented Sep 28, 2020

@mkurc-ant -- It might be worth checking with upstream Yosys if this is intended behaviour?

@mkurc-ant
Copy link
Contributor Author

Mhm, I'll check that

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

2 participants