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

vendor._gowin: fix clock name quotes for Gowin IDE [0.5 backport] #1503

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

whitequark
Copy link
Member

No description provided.

Gowin IDE seems unhappy with quotes in clock signal names. For instance,
with the following SDC:

create_clock -name "clk50_0__io" -period 20.0 [get_ports
    {clk50_0__io}]

Gowin IDE will complain with the following error message:

ERROR  (TA2000) : "top.sdc":2 | 'syntax error' near token '-period'

Changing quotes with curly braces fixes the issue.
@whitequark whitequark enabled auto-merge (rebase) September 5, 2024 09:34
@whitequark whitequark merged commit ba6a749 into amaranth-lang:v0.5.x Sep 5, 2024
18 checks passed
@whitequark whitequark deleted the backport-0.5.x branch September 5, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants