From 72b4bba0e78ab962c2d70a01b4bfac2ff50a84dd Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 6 Jun 2018 16:42:42 +0200 Subject: Add ice40 geometry information Signed-off-by: Clifford Wolf --- dummy/chip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dummy') diff --git a/dummy/chip.h b/dummy/chip.h index 396c3bd9..054e822b 100644 --- a/dummy/chip.h +++ b/dummy/chip.h @@ -92,7 +92,7 @@ struct Chip void getBelPosition(BelId bel, float &x, float &y) const; void getWirePosition(WireId wire, float &x, float &y) const; - void getPipPosition(WireId wire, float &x, float &y) const; + void getPipPosition(PipId pip, float &x, float &y) const; vector getBelGraphics(BelId bel) const; vector getWireGraphics(WireId wire) const; vector getPipGraphics(PipId pip) const; -- cgit v1.2.3