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

Incorrect toplevel name used when loading EDIF netlist in Vivado #425

Open
shareefj opened this issue Apr 12, 2024 · 0 comments
Open

Incorrect toplevel name used when loading EDIF netlist in Vivado #425

shareefj opened this issue Apr 12, 2024 · 0 comments

Comments

@shareefj
Copy link
Contributor

This looks like one of those undetected bugs that has been there for eternity but invisible as no-one uses EDIF netlists.

On the following line in the Vivado project Jinja template, the {{ name }} variable is used where it should probably be {{ toplevel }}. The name variable is the sanitized name of the core file.

https://github.com/olofk/edalize/blob/main/edalize/templates/vivado/vivado-project.tcl.j2#L81

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