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
The - site is supposed to be optional. A warning is printed but an error occurs later.
% initialize_floorplan -utilization 10
[WARNING IFP-0011] use -site to add placement rows.
TypeError in method 'init_floorplan_util', argument 7 of type 'odb::dbSite *'
% initialize_floorplan -die_area {0 0 10 10} -core_area {0 0 10 10}
[WARNING IFP-0011] use -site to add placement rows.
TypeError in method 'init_floorplan_core', argument 9 of type 'odb::dbSite *'
Is -site option really to be optional? Seems the contrary. In that case the warning should be turn into an error and doc updated.
Describe the bug
The - site is supposed to be optional. A warning is printed but an error occurs later.
% initialize_floorplan -utilization 10
[WARNING IFP-0011] use -site to add placement rows.
TypeError in method 'init_floorplan_util', argument 7 of type 'odb::dbSite *'
% initialize_floorplan -die_area {0 0 10 10} -core_area {0 0 10 10}
[WARNING IFP-0011] use -site to add placement rows.
TypeError in method 'init_floorplan_core', argument 9 of type 'odb::dbSite *'
Is -site option really to be optional? Seems the contrary. In that case the warning should be turn into an error and doc updated.
Expected Behavior
No error.
Environment
To Reproduce
Type:
initialize_floorplan -utilization 10
or
initialize_floorplan -die_area {0 0 10 10} -core_area {0 0 10 10}
Relevant log output
No response
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: