build/osfpga: Remove .init workaround since fixed in toolchain.

This commit is contained in:
Florent Kermarrec 2022-06-07 12:34:42 +02:00
parent 24e483026d
commit eeed11edea
1 changed files with 0 additions and 4 deletions

View File

@ -97,10 +97,6 @@ class OSFPGAToolchain:
v_output.write(v_file) v_output.write(v_file)
platform.add_source(v_file) platform.add_source(v_file)
# Copy .init files to work directory; FIXME.
os.makedirs(build_name, exist_ok=True)
os.system(f"cp *.init {build_name}")
# Generate constraints file. # Generate constraints file.
# IOs. # IOs.
# TODO. # TODO.