We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2ca97 commit d81d55bCopy full SHA for d81d55b
vpr/src/base/read_options.cpp
@@ -2253,11 +2253,6 @@ void set_conditional_defaults(t_options& args) {
2253
args.anneal_sched_type.set(AUTO_SCHED, Provenance::INFERRED); // Otherwise use the automatic schedule
2254
}
2255
2256
- //Are the blocks locked to locations given by a constraints file?
2257
- if (std::string(args.constraints_file) != "") {
2258
- VTR_ASSERT(!args.constraints_file.value().empty());
2259
- }
2260
-
2261
/*
2262
* Routing
2263
*/
0 commit comments