Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect and ambiguous help strings #6672

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nmoroze
Copy link
Contributor

@nmoroze nmoroze commented Feb 8, 2025

This PR updates some help strings that are incorrect or ambiguous. These were caught by some old work I was doing on parsing OpenROAD help strings.

clock_tree_synthesis: a bunch of the switches were missing arguments, making them look like flags

  • detailed_route_debug: putting braces around list items is more consistent with e.g. initialize_floorplan, and makes it explicit that these items need to be part of a list (rather than 4 separate words)
  • repair_antennas: the diode_cell argument is optional
  • place_pad: this one feels the least important since I think most people could infer this, but putting the positional argument makes it extra clear that -mirror doesn't accept a value "name". I think this is also consistent with how some other help strings are defined.

Copy link
Contributor

github-actions bot commented Feb 8, 2025

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

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