mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
platforms/kc705: use Vivado by default
This commit is contained in:
parent
536a220679
commit
210cb720c1
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ _io = [
|
|||
),
|
||||
]
|
||||
|
||||
def Platform(*args, toolchain="ise", **kwargs):
|
||||
def Platform(*args, toolchain="vivado", **kwargs):
|
||||
if toolchain == "ise":
|
||||
xilinx_platform = XilinxISEPlatform
|
||||
elif toolchain == "vivado":
|
||||
|
|
Loading…
Reference in a new issue