mirror of https://github.com/YosysHQ/yosys.git
ecp5_gsr: Fix typo
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
17b77fd411
commit
90b44113d8
|
@ -124,7 +124,7 @@ struct Ecp5GsrPass : public Pass {
|
||||||
SigBit lsr = sigmap(sig_lsr[0]);
|
SigBit lsr = sigmap(sig_lsr[0]);
|
||||||
if (!inverted_gsr.count(lsr))
|
if (!inverted_gsr.count(lsr))
|
||||||
continue;
|
continue;
|
||||||
cell->setParam(ID(SRMODE), Const("SYNC"));
|
cell->setParam(ID(SRMODE), Const("LSR_OVER_CE"));
|
||||||
cell->unsetPort(ID(LSR));
|
cell->unsetPort(ID(LSR));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue