Skip to content

Commit db73cb1

Browse files
committed
gemini feedback
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
1 parent 2afdca6 commit db73cb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Detailed guides are in `docs/agents/` subdirectory:
1313

1414
## Critical Rules
1515

16-
1. **Ask before modifying `src/sta/` files** -- OpenSTA is managed upstream (`Sdc.cc`, `Power.cc`, `Sdc.tcl`, etc.).
16+
1. **Ask before modifying `src/sta/` files** -- OpenSTA is managed upstream (`Sdc.cc`, `Power.cc`, `Sdc.tcl`, etc.). Prefer fixes in OpenROAD code (e.g., src/dbSta/, src/rsz/) when possible.
1717
2. Run `clang-format -i <files>` for C++ files before commit. **NEVER** for `src/sta/*` and `*.i` files.
1818
3. **Always use `git commit -s`** for DCO compliance.
1919
4. When amending submodule commits, parent repo submodule reference must also be updated via `git submodule update --init --recursive`. It is needed after any merge/pull.

0 commit comments

Comments
 (0)