removed ToDo

This commit is contained in:
hneemann 2017-08-26 16:54:31 +02:00
parent ed4d59c73e
commit 5ef0b98f85

View File

@ -44,7 +44,7 @@ public final class BoardProvider {
if (board == null)
return null;
if (board.equals("basys3")) // ToDo: replace ClockIntegratorGeneric with Artix-7 clocking code which utilizes the MMCM
if (board.equals("basys3"))
return new Vivado("LVCMOS33", "W5", 10, new ClockIntegratorARTIX7(10));
return null;