-
Notifications
You must be signed in to change notification settings - Fork 58
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
Use synchronous global reset release on ECP5 #167
Comments
Quoting off-channel communication with @daveshah:
|
Upstream is working on this: YosysHQ/yosys#1332 YosysHQ/nextpnr#319 |
Merged upstream. |
Needs YosysHQ/yosys#1343 upstream. |
Merged. |
It appears from Lattice documentation that what should be used is the
SGSR
primitive (more or less equivalent to usingBUFGCE
on Xilinx platforms, which we already do), but it is currently not available at all with Yosys.The text was updated successfully, but these errors were encountered: