mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Merge pull request #120 from mithro/master
litex/build: Always run Vivado.
This commit is contained in:
commit
9815920946
1 changed files with 1 additions and 2 deletions
|
@ -243,10 +243,9 @@ class XilinxVivadoToolchain:
|
||||||
if run:
|
if run:
|
||||||
if synth_mode == "yosys":
|
if synth_mode == "yosys":
|
||||||
common._run_yosys(platform.device, sources, platform.verilog_include_paths, build_name)
|
common._run_yosys(platform.device, sources, platform.verilog_include_paths, build_name)
|
||||||
elif synth_mode == "vivado":
|
|
||||||
_run_vivado(build_name, toolchain_path, source)
|
|
||||||
else:
|
else:
|
||||||
raise OSError("Error!")
|
raise OSError("Error!")
|
||||||
|
_run_vivado(build_name, toolchain_path, source)
|
||||||
|
|
||||||
|
|
||||||
os.chdir(cwd)
|
os.chdir(cwd)
|
||||||
|
|
Loading…
Reference in a new issue