mirror of https://github.com/YosysHQ/nextpnr.git
ecp5: Unbreaking groups
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
parent
8a226626be
commit
a8a3ba2647
|
|
@ -317,7 +317,7 @@ DecalXY Arch::getWireDecal(WireId wire) const { return {}; }
|
|||
|
||||
DecalXY Arch::getPipDecal(PipId pip) const { return {}; };
|
||||
|
||||
DecalXY Arch::getGroupDecal(PipId pip) const { return {}; };
|
||||
DecalXY Arch::getGroupDecal(GroupId pip) const { return {}; };
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue