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

Remove leading / trailing '\\' in SDC signal names (copy #2129) #2142

Merged
merged 1 commit into from
Mar 24, 2022

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Mar 24, 2022

This is an automatic copy of pull request #2129 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

* Remove leading / trailing '\\' in SDC signal names

In SDC files, escaped identifiers should not be rendered with
leading trailing backslashes as this causes faults in vendor tools
like Quartus.

* Generate basic identifiers for port names

When generating port names, Clash now always generates basic identifiers
instead of extended identifiers. This means when choosing a name for a
hidden control line, it will now generate something like

    d_0

where before it would have generated something like

    d(%,,%)_0

These extended identifiers can cause problems with some tooling, as
less permissive tooling will complain about the use of special TCL
characters, or the presence / lack of escaping for the identifier.

(cherry picked from commit a0c4f19)
@alex-mckenna alex-mckenna enabled auto-merge (squash) March 24, 2022 12:40
@alex-mckenna alex-mckenna merged commit c594874 into 1.6 Mar 24, 2022
@alex-mckenna alex-mckenna deleted the mergify/copy/1.6/pr-2129 branch March 24, 2022 14:36
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

Successfully merging this pull request may close these issues.

None yet

1 participant