build/microsemi/libero_soc: fix typos
This commit is contained in:
parent
99578bc68c
commit
c9915f89ce
|
@ -231,7 +231,7 @@ class MicrosemiLiberoSoCPolarfireToolchain:
|
||||||
cwd = os.getcwd()
|
cwd = os.getcwd()
|
||||||
os.chdir(build_dir)
|
os.chdir(build_dir)
|
||||||
|
|
||||||
# finalized design
|
# finalize design
|
||||||
if not isinstance(fragment, _Fragment):
|
if not isinstance(fragment, _Fragment):
|
||||||
fragment = fragment.get_fragment()
|
fragment = fragment.get_fragment()
|
||||||
platform.finalize(fragment)
|
platform.finalize(fragment)
|
||||||
|
|
Loading…
Reference in New Issue