Skip to content

Conversation

@luarss
Copy link
Contributor

@luarss luarss commented Jul 8, 2025

  • Concludes adding tclint to ORFS, resolves add tclint to CI like in openroad #3268
  • adds flow/platforms and flow/scripts
  • replace tclint-disable-next-line with tclint-disable-line where appropriate for code readability

@luarss luarss requested a review from maliberty July 8, 2025 17:20
}
set area [rtlil::get_attr -string -mod $cell area]
if { $found_cell == "" || [expr $area < $found_cell_area] } {
if { $found_cell == "" || [$area < $found_cell_area] } {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for [] now that expr is gone

Signed-off-by: Jack Luar <[email protected]>
@maliberty maliberty enabled auto-merge July 12, 2025 18:20
@maliberty maliberty merged commit 5d2710a into The-OpenROAD-Project:master Jul 12, 2025
8 checks passed
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.

add tclint to CI like in openroad

2 participants