aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.cc
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-10-25 09:28:08 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-10-25 09:28:08 +0200
commit49760a9ea81180024783a06ee9ac052035de98ea (patch)
tree377ed2d7b25cc38f33cf9631df3efc4efa1ba3e3 /ecp5/arch.cc
parentd1feb2aa2d9865807083888c5d24cdbbd98a942a (diff)
downloadnextpnr-49760a9ea81180024783a06ee9ac052035de98ea.tar.gz
nextpnr-49760a9ea81180024783a06ee9ac052035de98ea.tar.bz2
nextpnr-49760a9ea81180024783a06ee9ac052035de98ea.zip
Show V02/V06/H02/H06
Diffstat (limited to 'ecp5/arch.cc')
-rw-r--r--ecp5/arch.cc2
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;