Fix INIT of pass-thru LUT to be "2" not "1"
This commit is contained in:
parent
5ddfc32c75
commit
5aff7bbbc4
@ -319,7 +319,7 @@ void dff_to_lc(const Context *ctx, CellInfo *dff, CellInfo *lc, bool pass_thru_l
|
||||
NPNR_ASSERT(citer == config.end());
|
||||
|
||||
if (pass_thru_lut) {
|
||||
lc->params[ctx->id("INIT")] = "1";
|
||||
lc->params[ctx->id("INIT")] = "2";
|
||||
replace_port(dff, ctx->id("D"), lc, id_I1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user