build/efinix/common.py: replaced i as str by a ClockDomain

This commit is contained in:
Gwenhael Goavec-Merou 2024-09-10 17:56:49 +02:00
parent 599c6dde37
commit 109ae17e9e
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class EfinixClkOutputImpl(Module):
"size" : 1,
"location" : platform.get_pin_location(o)[0],
"properties" : platform.get_pin_properties(o),
"name" : i, # FIXME.
"name" : i.name_override, # FIXME
"mode" : "OUTPUT_CLK",
}
platform.toolchain.ifacewriter.blocks.append(block)