We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049fb11 commit aacb527Copy full SHA for aacb527
1 file changed
phaser.py
@@ -442,7 +442,8 @@ def __init__(self, platform):
442
if __name__ == "__main__":
443
from migen.build.platforms.sinara.phaser import Platform
444
445
- platform = Platform(speed_grade="-3")
+ # platform = Platform(speed_grade="-3")
446
+ platform = Platform()
447
# platform.toolchain.additional_commands.extend([
448
# "set argv phaser.bit",
449
# "source ../load.tcl",
0 commit comments