From 9e43ff47229acf1a43dbdeed23d3f3448eb5f2fa Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 8 Jul 2022 10:12:17 +0200 Subject: [PATCH] build/efinix: Fix typo. --- litex/build/efinix/efinity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/build/efinix/efinity.py b/litex/build/efinix/efinity.py index a31c8b6e8..1d45a37d8 100644 --- a/litex/build/efinix/efinity.py +++ b/litex/build/efinix/efinity.py @@ -182,7 +182,7 @@ class EfinityToolchain(GenericToolchain): inst.append(self._create_gpio_instance(sig, pins)) if len(pins) > 1: for i, p in enumerate(pins): - conf.append(_format_conf_constraint("{}[{}]".format(sig, i), p, others, resname)) + conf.append(self._format_conf_constraint("{}[{}]".format(sig, i), p, others, resname)) else: conf.append(self._format_conf_constraint(sig, pins[0], others, resname)) if self.named_pc: