The-OpenROAD-Project / OpenROAD

OpenROAD's unified application implementing an RTL-to-GDS Flow. Documentation at https://openroad.readthedocs.io/en/latest/
https://theopenroadproject.org/
BSD 3-Clause "New" or "Revised" License
1.41k stars 494 forks source link

[WARNING ODB-0219] Error: ERROR (LEFPARS-1): Lef parser has encountered an error in file results/asap7/mock-array_Element/base/Element.lef at line 1, on token asdfsafsaf. #5217

Closed oharboe closed 2 weeks ago

oharboe commented 2 weeks ago

Describe the bug

untar leferror.tar.gz

$ ./run-me-mock-array-asap7-base.sh 
OpenROAD v2.0-13770-g98c6501d9 
Features included (+) or not (-): +Charts +GPU +GUI +Python
This program is licensed under the BSD-3 license. See the LICENSE file for details.
Components of this program may be licensed under more restrictive licenses which must be honored.
[INFO ODB-0227] LEF file: asap7_tech_1x_201209.lef, created 24 layers, 9 vias
[INFO ODB-0227] LEF file: asap7sc7p5t_28_R_1x_220121a.lef, created 212 library cells
[WARNING ODB-0219] Error: ERROR (LEFPARS-1): Lef parser has encountered an error in file results/asap7/mock-array_Element/base/Element.lef at line 1, on token asdfsafsaf.
Problem can be syntax error on the lef file or an invalid parameter name.
Double check the syntax on the lef file with the LEFDEF Reference Manual.

[INFO ODB-0227] LEF file: results/asap7/mock-array_Element/base/Element.lef

==========================================================================
Floorplan check_setup
--------------------------------------------------------------------------
Warning: There are 2049 input ports missing set_input_delay.
Warning: There are 2112 output ports missing set_output_delay.
Warning: There are 2048 unconstrained endpoints.
number instances in verilog is 65680
[INFO IFP-0001] Added 1424 rows of 6560 site asap7sc7p5t.
[INFO RSZ-0026] Removed 8 buffers.
Default units for flow
 time 1ps
 capacitance 1fF
 resistance 1kohm
 voltage 1v
 current 1mA
 power 1pW
 distance 1um
Report metrics stage 2, floorplan final...
Warning: There are 2049 input ports missing set_input_delay.
Warning: There are 2112 output ports missing set_output_delay.
Warning: There are 2048 unconstrained endpoints.

==========================================================================
floorplan final report_design_area
--------------------------------------------------------------------------
Design area 11721 u^2 9% utilization.
$ echo $?
0

Expected Behavior

Should have failed flow

Environment

OpenROAD v2.0-13770-g98c6501d9

To Reproduce

See above

Relevant log output

No response

Screenshots

No response

Additional Context

No response