Replies: 1 comment 4 replies
-
If you use CORE_UTILIZATION / CORE_ASPECT_RATIO you can also specify CORE_MARGIN. In either case we do snap to a site multiple, you should get a message like I'm not sure of the original motivation for snapping. We could remove the snapping though I'm not sure if other problems will turn up elsewhere. I do worry that putting the core very close to the edge could lead to routing issues with the IO pins. Would you say more about your use model? |
Beta Was this translation helpful? Give feedback.
4 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.
-
I have the following lines
in my design
.
config.mk
file and I see that the tool always places the first row at an offset equivalent to the height of a placement site (4.480 in the example on the attached picture)I was wondering if there is a way to force to the first row to start at an offset which is not a multiple of the height of the placement site. I have tried things like these without success
Using the
ROW
directive in a.def
file, it is possible to let the rows start anywhere. Is there a way to achieve this in aconfig.mk
file?More generally, is there an issue starting the rows at an offset which is not a multiple of the height of the placement site?
Beta Was this translation helpful? Give feedback.
All reactions