You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current config.mk, design gets stuck in initialize floorplan step (resizer). Some quick stats:
1.137k instances post-synthesis
281k hold violations
-212 WNS
-30860472 TNS
When REMOVE_ABC_BUFFERS = 1 is added:
Same number of post-synthesis instances
Gets past initialize floorplan without calling the resizer
Dies in 2_3_floorplan_macro with
[ERROR MPL-0007] Not enough space in cluster: bp_processor/cc/y_1__x_1__tile_node/tile/cce/inst_ram for child hard macro cluster: bp_processor/cc/y_1__x_1__tile_node/tile/cce/inst_ram/cce_inst_ram/macro_mem
The same situation occurs for gf12 bp_quad. When you add REMOVE_ABC_BUFFERS, the job dies in 2_3_floorplan_macro with:
[ERROR MPL-0007] Not enough space in cluster: bp_processor/cc/y_1__x_1__tile_node/tile/cce/inst_ram for child hard macro cluster: bp_processor/cc/y_1__x_1__tile_node/tile/cce/inst_ram/cce_inst_ram/macro_mem
Description
Issue tracking enabling gf12 bp_dual, so that it can be run in the CI
Suggested Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: