-
Notifications
You must be signed in to change notification settings - Fork 369
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
HW Configuration for DE1SOC to reduce "Logic utilization" #46
Comments
you could also use a smaller value of VEC_SIZE |
@doonny, I mean except reduce the value of LANE_NUM and VEC_SIZE , Is there any other ways to reduce Logic utilization? Thank You. |
Please do not use the '--profile' option when you compile the kernel. That will cost you a lot of LUTs. |
Ok. I got it. now its complete in 149ms. Thank You Professor @doonny . |
Dear Prof. Wang,
I use De1-SoC and I changed,
and
PLATFORM = arm32
andFLOW = hw
then it's Estimated Resource Usage Summary shows that,
Logic utilization = 111%
Then I got the following error even-though the resources of the device is not fully used up.
kernel cannot fit into device
My question is, Is there any other ways to reduce "Logic utilization", except reduce "LANE NUM" ?
Thank You.
The text was updated successfully, but these errors were encountered: