-
Notifications
You must be signed in to change notification settings - Fork 136
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
"make load" step got stuck #775
Comments
I find out that if I comment this line |
Well, I've changed my
Then, it will print messy code. |
Hi @limingxuan-pku ; hmm, these symptoms point to some part of the circuit not meeting timing and therefore corrupting data. It looks like you are using Arty A7 board and the SymbiFlow / F4PGA toolchain, am I correct? |
Yes, I use Arty A7 and SymbiFlow, working environment is Virtual Machine Ubuntu 20.04. So could you please teach me how to recognize and avoid such timing issues? |
Hi @limingxuan-pku --- The files generated by SymbiFlow/F4PGA will be in But now that I'm looking at the files, I can't figure out where the requested 75MHz clock (from LiteX) is being passed to the F4PGA tools. Specifically, the @kgugala who can I ask for more info here? |
I designed my own CFU to accelate FFT.
However, after
make prog
step was finished successfully, my terminal got stuck somewhere inmake load
.It won't continue to load everything on my FPGA.
What I know is that the problem may rise from
cfu.v
, because if I change this file to another easy and 100% correct one, the problem disappeared.But I cannot figure out what's wrong with my
cfu.v
.Thanks in advance! ( ̄︶ ̄)
The text was updated successfully, but these errors were encountered: