You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.
I just noticed there isn't a way to connect SCK to the STARTUP primitive in our current flow. This will mean we cannot at the moment use SPI memory in the user design the way picosoc (conventional version) does it.
ERROR: Unable to place cell 'startup', no Bels remaining of type 'STARTUPE2'
The text was updated successfully, but these errors were encountered:
prjxray has fuzzer for cfg (which contains BSCAN, STARTUP, and others): prjxray/fuzzers/038-cfg/
However, I noticed that CFG_CENTER_MID tile and its sites are not defined/used in arch-defs.
I have been trying to understand arch-defs and how it manages tiles/sites in this branch, but there are some options in xc/common/cmake/project_ray.cmake I don't fully understand.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I just noticed there isn't a way to connect SCK to the STARTUP primitive in our current flow. This will mean we cannot at the moment use SPI memory in the user design the way picosoc (conventional version) does it.
The text was updated successfully, but these errors were encountered: