This commit is contained in:
Lin 2024-08-30 12:55:44 +08:00
parent cb003f8833
commit adeb9ba7ea
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ int build_fabric_template(T& openfpga_ctx, const Command& cmd,
/* Update flow manager to enable compress routing */
openfpga_ctx.mutable_flow_manager().set_compress_routing(true);
} else if (true == cmd_context.option_enable(cmd, opt_compress_routing) &&
true == openfpga_ctx.device_rr_gsb().get_preload_flag()) {
true == openfpga_ctx.device_rr_gsb().get_is_dirty_flag()) {
openfpga_ctx.mutable_flow_manager().set_compress_routing(true);
}