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

Typo in the XDC file for PYNQ-Z2 board #708

Open
lharnaldi opened this issue Nov 5, 2024 · 2 comments
Open

Typo in the XDC file for PYNQ-Z2 board #708

lharnaldi opened this issue Nov 5, 2024 · 2 comments

Comments

@lharnaldi
Copy link

In the repository it is:
create_clock -add -name sys_clk_pin -period 8 -waveforem {0 4} [get_nets clk];
but must be
create_clock -add -name sys_clk_pin -period 8 -waveform {0 4} [get_nets clk];

@olofk
Copy link
Owner

olofk commented Nov 5, 2024

Are you sure you are in the right repository?

@lharnaldi
Copy link
Author

Sorry, You are right. It is related to the led to believe repository in the blinky project. I was testing the fusesoc repo with the blinky project. Should I open an issue in the led to believe repo? Thanks.

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

2 participants