tutorial part 7a: partitioned elements number has exceeded the threshold leading to Pre-synthesis faild #1237
Unanswered
bluemoon0321
asked this question in
Q&A
Replies: 1 comment 14 replies
-
Yes, the error is due to that. Check out this answer: #1229 (reply in thread). This was a bug in a previous version of hls4ml, which has been fixed in the latest release and in the main branch. |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi I'm running the part 7a tutorial, but when I run the


hls_model.build(csim=False, export=True, bitfile=True)
cell, it appears error saying:with then appearing this IP definition not found error at the end
I want to ask that is the IP definition not found error cause by the partitioned elements number has exceeded the threshold which then failed the Pre-synthesis? if it so, how do I fix this partitioned elements number problem, thanks.
Beta Was this translation helpful? Give feedback.
All reactions