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

Overly Verbose Router Look ahead warnings #2748

Open
ZohairZaidi opened this issue Sep 25, 2024 · 0 comments
Open

Overly Verbose Router Look ahead warnings #2748

ZohairZaidi opened this issue Sep 25, 2024 · 0 comments

Comments

@ZohairZaidi
Copy link
Contributor

ZohairZaidi commented Sep 25, 2024

Implementation of Sample Location Warnings in Route Verbosity

Proposed Behaviour

The system should integrate existing warnings regarding the unavailability of sample locations for specific resource types (SOURCE and OPIN) into the route verbosity system.

Current Behaviour

Currently, these warnings are produced as runtime output without any verbosity control.

Possible Solution

Integrate Warnings into Route Verbosity

Context

if (sample_loc.x == OPEN && sample_loc.y == OPEN && sample_loc.layer_num == OPEN) {
//No untried instances of the current tile type left
VTR_LOG_WARN("Found no %ssample locations for %s in %s\n",
(num_sampled_locs == 0) ? "" : "more ",
rr_node_typename[rr_type],
device_ctx.physical_tile_types[itile].name);

image

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

No branches or pull requests

1 participant