fix typo
This commit is contained in:
parent
cb003f8833
commit
adeb9ba7ea
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue