peteut / migen-axi

AXI support for Migen/MiSoC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migen platform compatibility

sbourdeauducq opened this issue · comments

In tests/test_integration.py,

zedboard.Platform(name="soc", toolchain="vivado")

should be replaced with simply:

zedboard.Platform()

Those name and toolchain arguments have been removed from Migen.

Fixed by 0d38bd3 as well.