3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 02:15:20 +00:00

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

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));
}