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

Revoking work in progress for instance nets at elaboration time (EDA-2699) #1541

Merged
merged 3 commits into from
Apr 14, 2024

Conversation

manadher
Copy link
Contributor

…ssian.net/browse/EDA-2699

Motivate of the pull request

  • To address an existing issue. If so, please provide a link to the issue:
  • Breaking new feature. If so, please describe details in the description part.

Describe the technical details

What is currently done? (Provide issue link if applicable)

What does this pull request change?

Which part of the code base require a change

  • Library:
  • Plug-in:
  • Engine
  • Documentation
  • Regression tests
  • Continous Integration (CI) scripts

Impact of the pull request

  • Require a change on Quality of Results (QoR)
  • Break back-compatibility. If so, please list who may be influenced.

@manadher manadher requested a review from alaindargelas April 14, 2024 02:37
Copy link

codecov bot commented Apr 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 13.47%. Comparing base (ef285cb) to head (0ab02bf).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1541      +/-   ##
==========================================
- Coverage   13.48%   13.47%   -0.01%     
==========================================
  Files         472      472              
  Lines       60371    60365       -6     
  Branches    23758    23755       -3     
==========================================
- Hits         8139     8133       -6     
  Misses      51287    51287              
  Partials      945      945              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@chungshien-chai chungshien-chai merged commit 248bc29 into main Apr 14, 2024
34 of 36 checks passed
@chungshien-chai chungshien-chai deleted the Instance_Nets_Params branch April 14, 2024 20:26
ports_map_[pr.first]->set_enclosing_instance(this);
std::cout << "Port Net :: " << pr.first << std::endl;
}
// for (const auto &pr : instaciated_block_ptr_->nets()) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are we commenting the code out ? There's no details in the description to understand this change.

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.

3 participants