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

Recode sections are matched against the post-combine gold design but applied to the pre-combine gold design. #50

Open
jix opened this issue Oct 25, 2023 · 0 comments

Comments

@jix
Copy link
Member

jix commented Oct 25, 2023

This makes it impossible to target signals where the module/name pair of a signal is different pre- and post-combine. As a workaround it's possible to manually flattening hierarchy levels only present on the gold side using the [gold] script, which makes the pre-combine and post-combine gold design match.

We could fix this by either a) applying the recode to the post-combine gold design or b) fixing the matching code to use the pre-combine gold ids (which it currently doesn't have access to).

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