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

Fix clk gating issue (patch) #584

Merged
merged 9 commits into from
Sep 18, 2024
Merged

Conversation

JoseCalero
Copy link
Collaborator

// In Zynq7000, just bypass the clock gating because there are not enough BUFGs that can be
// cascaded with the BUFG of the MMCM.
// In the Zynq UltraScale+, it can be implemented as BUFGCE without trouble, since there
// are > 500 BUFGCEs and the rules for cascading are more relaxed.
// NOTE: This cannot be substituted by a latch+and

JoseCalero and others added 7 commits March 19, 2024 12:13
* Porting Ultrascale ZCU104 board (esl-epfl#435)

Porting for Ultrascale

* fix num of FPGAs in README

* Update ci (esl-epfl#454)

docker image integration plus CI update

* Fix cmake error (esl-epfl#473)

* Fix edit that breaks external applications

* Fix MATCH string

* Consider entire path when matching `PROJECT` as well

- prevent build from failing if any part of the path includes `${PROJECT}` (e.g., the name of one of the applications.

* Restrict regular expression on `main` as well

---------

Co-authored-by: Michele Caon <[email protected]>

---------

Co-authored-by: Davide Schiavone <[email protected]>
Co-authored-by: Luigi Giuffrida <[email protected]>
Co-authored-by: Michele Caon <[email protected]>
@JoseCalero JoseCalero marked this pull request as ready for review September 12, 2024 13:47
@JoseCalero
Copy link
Collaborator Author

@LuigiGiuffrida98 @davideschiavone this should be OK :)

@JoseCalero
Copy link
Collaborator Author

@davideschiavone @LuigiGiuffrida98 this was verified in the FPGA, we can merge it

@LuigiGiuffrida98
Copy link
Contributor

Fine for me.

@davideschiavone davideschiavone merged commit 798fd6f into esl-epfl:main Sep 18, 2024
4 checks passed
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.

3 participants