My user_proj_example builds with clean DRC, but fo...
# caravel
j
My user_proj_example builds with clean DRC, but following user_project_wrapper fails with 'congestion too high'! How is this even possible?
w
@Jean, It is possible that
user_proj_example
and
user_project_wrapper
have different pin order. It would become a spaghettis of a route if a top pin of
user_example
has to route to the bottom of the
user_wrapper
.
j
The wrapper puts pins on the north, east, south, and west sides.