projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17b77fd
)
ecp5_gsr: Fix typo
author
David Shah
<dave@ds0.me>
Sat, 31 Aug 2019 08:58:46 +0000
(09:58 +0100)
committer
David Shah
<dave@ds0.me>
Sat, 31 Aug 2019 08:58:46 +0000
(09:58 +0100)
Signed-off-by: David Shah <dave@ds0.me>
techlibs/ecp5/ecp5_gsr.cc
patch
|
blob
|
history
diff --git
a/techlibs/ecp5/ecp5_gsr.cc
b/techlibs/ecp5/ecp5_gsr.cc
index 8b8927d31bcef44d118b99ed9365c61e5ae4def9..2bc714b6fee6815954e7d7f82cfb2a055cbe0278 100644
(file)
--- a/
techlibs/ecp5/ecp5_gsr.cc
+++ b/
techlibs/ecp5/ecp5_gsr.cc
@@
-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));
}