fix formatting
This commit is contained in:
parent
1877779a99
commit
82c010593d
|
@ -87,7 +87,8 @@ static void build_switch_block_mux_bitstream(
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (false == circuit_lib.mux_add_const_input(mux_model) && prefer_unused_mux_input) {
|
} else if (false == circuit_lib.mux_add_const_input(mux_model) &&
|
||||||
|
prefer_unused_mux_input) {
|
||||||
/* If
|
/* If
|
||||||
* 1. output net is INVALID (unmapped)
|
* 1. output net is INVALID (unmapped)
|
||||||
* 2. and we don't have a constant input,
|
* 2. and we don't have a constant input,
|
||||||
|
|
Loading…
Reference in New Issue