Skip to content

Commit aacb527

Browse files
committed
remove speed grade limit
1 parent 049fb11 commit aacb527

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

phaser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,8 @@ def __init__(self, platform):
442442
if __name__ == "__main__":
443443
from migen.build.platforms.sinara.phaser import Platform
444444

445-
platform = Platform(speed_grade="-3")
445+
# platform = Platform(speed_grade="-3")
446+
platform = Platform()
446447
# platform.toolchain.additional_commands.extend([
447448
# "set argv phaser.bit",
448449
# "source ../load.tcl",

0 commit comments

Comments
 (0)