-
Notifications
You must be signed in to change notification settings - Fork 419
Support route constraint. #2233
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
base: master
Are you sure you want to change the base?
Support route constraint. #2233
Conversation
…ting/vtr-verilog-to-routing into tileable_rr_graph
…ting/vtr-verilog-to-routing into tileable_rr_graph
This is what I got through my local run. I think you turned on the VTR_ASSERT_LEVEL=3 which may cause the issues. |
I think the santizer option is also on. It causes the issue. |
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.
@Tulong4Dev Thanks for the contribution. Code changes look good in general. Need some tuning. Open to discussion.
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.
Sorry. Wrong review conclusion.
|
||
/** | ||
* @file | ||
* @brief This file defines the RouteConstraint class. |
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.
I think we should have a bigger comment on what this class is for, what it can currently do, what kind of code belongs here (so people know in the future if there is some new feature code that would best be put here), etc.
@duck2 : can you take a look at the xml parser part of this pull request and give any feedback you think is appropriate? It is building on some of your code. |
…-routing into openfpga
@Tulong4Dev I believe you are merging the codes in |
@kimiatkh is hoping this one can be merged soon, as she'd like to build some functionality on top of it. @Tulong4Dev : any ETA? If you're around for the VTR meeting this Thursday at 1:30 pm EST, this could be a good topic to discuss if there is some interaction with you and kimia that could help land this. |
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist: