build/microsemi/libero_soc.py: replaced tabs by spaces

This commit is contained in:
Gwenhael Goavec-Merou 2024-05-30 08:57:59 +02:00
parent 72cade55da
commit 03e0f0d9a8
1 changed files with 6 additions and 6 deletions

View File

@ -122,9 +122,9 @@ class MicrosemiLiberoSoCPolarfireToolchain(GenericToolchain):
# Copy init files FIXME: support for include path on LiberoSoC?
# Commenting out copy init file as this breaks the LiberoSoC flow.
# for file in os.listdir(self._build_dir):
# if file.endswith(".init"):
# tcl.append("file copy -- {} impl/synthesis".format(file))
#for file in os.listdir(self._build_dir):
# if file.endswith(".init"):
# tcl.append("file copy -- {} impl/synthesis".format(file))
# Import io constraints
tcl.append("import_files -io_pdc {}".format(self.tcl_name(self._build_name + "_io.pdc")))