From 355d33632cdbc1808e2d33ef89ed92052f9bb2ea Mon Sep 17 00:00:00 2001 From: David Shah Date: Thu, 14 Jun 2018 21:52:01 +0200 Subject: ice40: Another arch_place fix Signed-off-by: David Shah --- ice40/arch_place.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ice40') diff --git a/ice40/arch_place.cc b/ice40/arch_place.cc index 206811e6..c02add1c 100644 --- a/ice40/arch_place.cc +++ b/ice40/arch_place.cc @@ -57,7 +57,7 @@ static bool logicCellsCompatible(const std::vector &cells) return false; if (clk != get_net_or_nullptr(cell, "CLK")) return false; - if (sr != get_net_or_nullptr(cell, "CEN")) + if (sr != get_net_or_nullptr(cell, "SR")) return false; if (dffs_neg != bool(std::stoi(cell->params.at("NEG_CLK")))) return false; -- cgit v1.2.3