You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 }}
. Thename
variable is the sanitized name of the core file.https://github.com/olofk/edalize/blob/main/edalize/templates/vivado/vivado-project.tcl.j2#L81
The text was updated successfully, but these errors were encountered: