Please help, I could run through all Place and route tasks if my floor plan started with rectangular 4 sided
but I tried started with "L" shaped floorplan with area defined in top.def
we could see netlist and def read successfully, see the picture below
But when I ran create_fp_placement
an ERROR popped up:
*** Performing global placement...
Transferring Data From Milkyway...
Number of plan group pins = 0
ERROR : Placement area is zero.
Error: Failed to create placement netlist. (VFP-001)
Global placement did not complete
Hi. I just found out the reason after a million trials.
It seems to be an internal bug of ICC.
But a work-around is that use `initialize_rectilinear_block` after `create_boundary`, instead of using `create_floorplan`.