ice40: Another arch_place fix
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
parent
66ea22bb5c
commit
355d33632c
@ -57,7 +57,7 @@ static bool logicCellsCompatible(const std::vector<const CellInfo *> &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;
|
||||
|
Loading…
Reference in New Issue
Block a user