Skip to content

lec: fix cell filtering and update kepler-formal#3957

Open
openroad-ci wants to merge 6 commits intoThe-OpenROAD-Project:masterfrom
The-OpenROAD-Project-staging:secure-fix-kf-issue
Open

lec: fix cell filtering and update kepler-formal#3957
openroad-ci wants to merge 6 commits intoThe-OpenROAD-Project:masterfrom
The-OpenROAD-Project-staging:secure-fix-kf-issue

Conversation

@openroad-ci
Copy link
Collaborator

Summary

  • Enhance find_physical_only_masters to auto-detect cells with no signal pins and no liberty cell, eliminating the need for manual REMOVE_CELLS_FOR_LEC pattern maintenance
  • Still support REMOVE_CELLS_FOR_LEC
  • Update kepler-formal submodule to 093a7b5 (fix for missing bus direction in liberty parser)

🤖 Generated with Claude Code

@jhkim-pii
Copy link
Contributor

gf180/uart fails due to The-OpenROAD-Project/OpenROAD#9661.

@jhkim-pii
Copy link
Contributor

The-OpenROAD-Project/OpenROAD#9674 fixes gf180/jpeg issue.

jhkim-pii added a commit to jhkim-pii/OpenROAD-flow-scripts that referenced this pull request Mar 6, 2026
Widen metric bounds (value * 1.1) to fix CI metric check failures.

| Design                          | Metric                                  | Old     | Observed  | New     |
|---------------------------------|-----------------------------------------|---------|-----------|---------|
| nangate45/tinyRocket (base)     | cts__timing__setup__tns                 | -17.1   | -17.2921  | -19.0   |
| nangate45/tinyRocket (base)     | globalroute__timing__setup__tns         | -30.0   | -32.0924  | -35.3   |
| nangate45/tinyRocket (base)     | finish__timing__setup__tns              | -28.5   | -29.0358  | -31.9   |
| asap7/aes-block (base)          | cts__timing__setup__tns                 | -3710   | -4682.05  | -5150   |
| asap7/aes-block (base)          | globalroute__timing__setup__tns         | -3650   | -3904.8   | -4295   |
| asap7/aes-block (base)          | globalroute__timing__hold__ws           | -22.5   | -23.5852  | -25.9   |
| nangate45/bp_multi_top (base)   | finish__timing__setup__tns              | -262    | -264.507  | -291    |
| sky130hd/chameleon (base)       | globalroute__antenna_diodes_count       | 188     | 198       | 218     |
| sky130hd/microwatt (base)       | cts__timing__setup__tns                 | -300    | -319.524  | -352    |
| sky130hd/microwatt (base)       | detailedroute__antenna__violating__nets | 3       | 5         | 6       |
| rapidus2hp/cva6 (base)          | cts__timing__setup__tns                 | -287    | -316.999  | -349    |
| rapidus2hp/cva6 (verific)       | globalroute__timing__setup__tns         | -650    | -731.798  | -805    |
| rapidus2hp/cva6 (verific)       | finish__timing__setup__tns              | -650    | -731.821  | -805    |

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
jhkim-pii and others added 4 commits March 7, 2026 08:42
- Enhance find_physical_only_masters to auto-detect cells with no
  signal pins and no liberty cell (e.g., CDMMTYPE2 marker cells)
- Add REMOVE_CELLS_FOR_LEC support to write_lec_verilog in lec_check.tcl
- Update kepler-formal to 093a7b5 (fix for missing bus direction)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
Widen metric bounds (value * 1.1) to fix CI metric check failures.

| Design                          | Metric                                  | Old     | Observed  | New     |
|---------------------------------|-----------------------------------------|---------|-----------|---------|
| nangate45/tinyRocket (base)     | cts__timing__setup__tns                 | -17.1   | -17.2921  | -19.0   |
| nangate45/tinyRocket (base)     | globalroute__timing__setup__tns         | -30.0   | -32.0924  | -35.3   |
| nangate45/tinyRocket (base)     | finish__timing__setup__tns              | -28.5   | -29.0358  | -31.9   |
| asap7/aes-block (base)          | cts__timing__setup__tns                 | -3710   | -4682.05  | -5150   |
| asap7/aes-block (base)          | globalroute__timing__setup__tns         | -3650   | -3904.8   | -4295   |
| asap7/aes-block (base)          | globalroute__timing__hold__ws           | -22.5   | -23.5852  | -25.9   |
| nangate45/bp_multi_top (base)   | finish__timing__setup__tns              | -262    | -264.507  | -291    |
| sky130hd/chameleon (base)       | globalroute__antenna_diodes_count       | 188     | 198       | 218     |
| sky130hd/microwatt (base)       | cts__timing__setup__tns                 | -300    | -319.524  | -352    |
| sky130hd/microwatt (base)       | detailedroute__antenna__violating__nets | 3       | 5         | 6       |
| rapidus2hp/cva6 (base)          | cts__timing__setup__tns                 | -287    | -316.999  | -349    |
| rapidus2hp/cva6 (verific)       | globalroute__timing__setup__tns         | -650    | -731.798  | -805    |
| rapidus2hp/cva6 (verific)       | finish__timing__setup__tns              | -650    | -731.821  | -805    |

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
@openroad-ci openroad-ci force-pushed the secure-fix-kf-issue branch from a84f84d to 40e7c5f Compare March 6, 2026 23:47
Update OR submodule to rebased commit (758a57d790)
with clean history on top of OR master.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
@jhkim-pii jhkim-pii requested a review from maliberty March 7, 2026 04:21
designs/rapidus2hp/cva6/rules-base.json updates:
| Metric                                        | Old      | New      | Type     |
| ------                                        | ---      | ---      | ----     |
| cts__timing__setup__ws                        |   -0.138 |   -0.111 | Tighten  |
| cts__timing__setup__tns                       |   -349.0 |   -245.0 | Tighten  |
| globalroute__timing__setup__ws                |   -0.255 |   -0.282 | Failing  |
| finish__timing__setup__ws                     |   -0.255 |   -0.282 | Failing  |

designs/rapidus2hp/cva6/rules-verific.json updates:
| Metric                                        | Old      | New      | Type     |
| ------                                        | ---      | ---      | ----     |
| cts__timing__setup__ws                        |   -0.157 |    -0.14 | Tighten  |
| cts__timing__setup__tns                       |   -518.0 |   -412.0 | Tighten  |
| globalroute__timing__setup__tns               |   -805.0 |   -697.0 | Tighten  |
| finish__timing__setup__tns                    |   -805.0 |   -697.0 | Tighten  |

Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants