Skip to content

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

Merged
alex-mckenna merged 1 commit into
1.6from
mergify/copy/1.6/pr-2129
Mar 24, 2022
Merged

Remove leading / trailing '\\' in SDC signal names (copy #2129)#2142
alex-mckenna merged 1 commit into
1.6from
mergify/copy/1.6/pr-2129

Conversation

@mergify

@mergify mergify Bot commented Mar 24, 2022

Copy link
Copy Markdown
Contributor

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.

1 participant