mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
build/efinix: Fix typo.
This commit is contained in:
parent
358b669ba9
commit
9e43ff4722
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue