ecp5_gsr: Fix typo

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2019-08-31 09:58:46 +01:00
parent 17b77fd411
commit 90b44113d8
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ struct Ecp5GsrPass : public Pass {
SigBit lsr = sigmap(sig_lsr[0]);
if (!inverted_gsr.count(lsr))
continue;
cell->setParam(ID(SRMODE), Const("SYNC"));
cell->setParam(ID(SRMODE), Const("LSR_OVER_CE"));
cell->unsetPort(ID(LSR));
}