mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Update vivado.py
Fix regression which caused Vivado to not be run at all.
This commit is contained in:
parent
98fa899692
commit
f3111e1142
1 changed files with 0 additions and 3 deletions
|
@ -243,11 +243,8 @@ class XilinxVivadoToolchain:
|
|||
if run:
|
||||
if synth_mode == "yosys":
|
||||
common._run_yosys(platform.device, sources, platform.verilog_include_paths, build_name)
|
||||
else:
|
||||
raise OSError("Error!")
|
||||
_run_vivado(build_name, toolchain_path, source)
|
||||
|
||||
|
||||
os.chdir(cwd)
|
||||
|
||||
return v_output.ns
|
||||
|
|
Loading…
Reference in a new issue