-
Notifications
You must be signed in to change notification settings - Fork 1
[Docs] Added Query Commands to SDC Syntax Docs #22
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
Conversation
Continued to add to the syntax coverage docs by adding more details for the commands which query timing and netlist objects.
WalkthroughRestructures the Query section in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-12-10T14:05:50.708ZApplied to files:
🪛 markdownlint-cli2 (0.18.1)docs/syntax/README.md155-155: Fenced code blocks should have a language specified (MD040, fenced-code-language) 164-164: Fenced code blocks should have a language specified (MD040, fenced-code-language) 173-173: Fenced code blocks should have a language specified (MD040, fenced-code-language) 182-182: Fenced code blocks should have a language specified (MD040, fenced-code-language) 193-193: Fenced code blocks should have a language specified (MD040, fenced-code-language) 204-204: Fenced code blocks should have a language specified (MD040, fenced-code-language) 210-210: Fenced code blocks should have a language specified (MD040, fenced-code-language) 216-216: Fenced code blocks should have a language specified (MD040, fenced-code-language) 🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/syntax/README.md(1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-12-10T14:05:50.708Z
Learnt from: AlexandreSinger
Repo: siliconcompiler/fpga-timing-coverage-suite PR: 21
File: docs/syntax/README.md:7-7
Timestamp: 2025-12-10T14:05:50.708Z
Learning: In Markdown documentation files (e.g., docs/syntax/README.md), code blocks used to illustrate SDC syntax usage should be treated as non-executable examples. They are for formatting/readability and should not include language identifiers or syntax highlighting. Use plain code blocks without language tags to reflect that they are not actual SDC code.
Applied to files:
docs/syntax/README.md
🪛 GitHub Actions: lint
docs/syntax/README.md
[error] 189-189: codespell: 'heirarchical' should be 'hierarchical'.
[error] 200-200: codespell: 'heirarchical' should be 'hierarchical'.
🪛 LanguageTool
docs/syntax/README.md
[grammar] ~189-~189: Ensure spelling is correct
Context: ...`` Note: OpenSTA has special flags for heirarchical matches. Should consider adding. ### g...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
[grammar] ~200-~200: Ensure spelling is correct
Context: ...`` Note: OpenSTA has special flags for heirarchical matches. Should consider adding. ### a...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
🪛 markdownlint-cli2 (0.18.1)
docs/syntax/README.md
155-155: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
164-164: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
173-173: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
182-182: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
193-193: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
204-204: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
210-210: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
216-216: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
Continued to add to the syntax coverage docs by adding more details for the commands which query timing and netlist objects.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.