The-OpenROAD-Project / The-OpenROAD-Project/OpenROAD-flow-scripts

Generated .lib for hardened block lists VDD/VSS as signal inputs

Open
#4,366 1 comment 0 reactions 1 assignee View on GitHub

@dsengupta0628 is already working on this.

Since Jul 18, 2026.

sta
Dominant language
Verilog
Stars
748
Forks
525
Avg merge
2d 19h
Merged PRs (30d)
56

Description

Subject

[Stage]: Other. Please describe below.

Describe the bug

In final_report_aes-block_asap7_base_2026-07-16_18-29.tar.gz downloaded from

https://jenkins.openroad.tools/job/OpenROAD-flow-scripts-Public/job/master/1493/artifact/

if I inspect results/asap7/aes-block_aes_rcon/base/aes_rcon_typ.lib, I see VDD/VSS listed as signal inputs

    pin("VDD") {
      direction : input;
      capacitance : 0.0000;
    }
    pin("VSS") {
      direction : input;
      capacitance : 0.0000;
    }
Expected Behavior

VDD/VSS listed as supply pins

Environment
N/A
To Reproduce

See the above CI job

Relevant log output

Screenshots

No response

Additional Context

No response

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.