You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vpr prints too much information in clustering. The detailed per cluster information should be deleted or printed only at high verbosity (or to an echo file). Instead we should indicate progress (% of design clustered, with updates every 10% or so and a cpu time so far and a few key stats). Once clustering completes we should print some key statistical outputs.
we should also echo the command line arguments before we print architecture file or circuit statistics (i.e. echo back the options vpr was invoked with as early as possible, right after we echo back the architecture and circuit file names if possible).
The text was updated successfully, but these errors were encountered:
-RoutingArch. lines should be either deleted or moved to be with the arch file description (probably better to be deleted)
-Printing out of all the CAD control parameters (the Opts) should come before we print the circuits stats, arch file
This issue has been inactive for a year and has been marked as stale. It will be closed in 15 days if it continues to be stale. If you believe this is still an issue, please add a comment.
vpr prints too much information in clustering. The detailed per cluster information should be deleted or printed only at high verbosity (or to an echo file). Instead we should indicate progress (% of design clustered, with updates every 10% or so and a cpu time so far and a few key stats). Once clustering completes we should print some key statistical outputs.
we should also echo the command line arguments before we print architecture file or circuit statistics (i.e. echo back the options vpr was invoked with as early as possible, right after we echo back the architecture and circuit file names if possible).
The text was updated successfully, but these errors were encountered: