mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-19 09:54:49 -04:00
removed ToDo
This commit is contained in:
parent
ed4d59c73e
commit
5ef0b98f85
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user