diff options
Diffstat (limited to 'ecp5/arch.cc')
-rw-r--r-- | ecp5/arch.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp5/arch.cc b/ecp5/arch.cc index e6b43d0b..7027fdfc 100644 --- a/ecp5/arch.cc +++ b/ecp5/arch.cc @@ -630,7 +630,7 @@ std::vector<GraphicElement> Arch::getDecalGraphics(DecalId decal) const GfxTileWireId tilewire = GfxTileWireId(locInfo(wire)->wire_data[wire.index].tile_wire); - gfxTileWire(ret, x, y, wire_type, tilewire, style); + gfxTileWire(ret, x, y, chip_info->width, chip_info->height, wire_type, tilewire, style); } if (decal.type == DecalId::TYPE_BEL) { BelId bel; |