Skip to content

Deprecate node_side() API #1694

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

Merged

Conversation

tangxifan
Copy link
Contributor

@tangxifan tangxifan commented Mar 24, 2021

This is the final PR in the PR series #1667 and #1661 to replace node_side() API with is_node_on_specific_side() APIs

Description

  • Deprecate node_side() API
  • Deprecate node_sides() API

Related Issue

To address issue #1577

Motivation and Context

To address issue #1577

How Has This Been Tested?

Should have no impact to existing codes as the node_side() API is almost unused.

Types of changes

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

@tangxifan tangxifan marked this pull request as draft March 24, 2021 22:11
@github-actions github-actions bot added the VPR VPR FPGA Placement & Routing Tool label Mar 24, 2021
@tangxifan tangxifan marked this pull request as ready for review March 24, 2021 23:16
@@ -25,7 +25,13 @@ const char* t_rr_node::direction_string() const {
}

const char* t_rr_node::side_string() const {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Probably need to deprecate this one too?

Copy link
Contributor

Choose a reason for hiding this comment

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

Seems reasonable to deprecate.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@litghost @vaughnbetz The method has been deprecated

@vaughnbetz
Copy link
Contributor

Thanks Xifan; looks good. Will merge as soon as CI goes green.

@vaughnbetz vaughnbetz merged commit e5ff75c into verilog-to-routing:master Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
VPR VPR FPGA Placement & Routing Tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants