Bottom-up implementation? (divide and conquer) #1188
Unanswered
alexisfrjp
asked this question in
Q&A
Replies: 1 comment 14 replies
-
|
Why, hello there @alexisfrjp. What you're looking for is what we tend to call "pre-implemented modules". Take a look here:
Let us know if that hits the spot or not! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I have an OOC module which is hard to meet timing. I assigned it to a pblock IS_SOFT=false pblock and I finally met timing.
Now, I want to keep its placement forever to avoid having to deal with it ever again.
The DFX is for Top-down implementation and I'm stuck, I can't find how to keep an OOC module. I've tried lock_design and exporting the xdc but it doesn't lock anything (bug?).
Can RapidWright help me for the bottom-up/divide and conquer flow?
If yes, how? any tutorial or blog post or anything showing it?
https://www.rapidwright.io/docs/Merge_Designs.html
The first paragraph seems interesting but doesn't show how to do it.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions