This commit is contained in:
Sebastien Bourdeauducq 2015-02-26 21:32:39 -07:00
commit ba26a400e3
4 changed files with 4 additions and 0 deletions

View file

@ -387,6 +387,7 @@ def Platform(*args, toolchain="vivado", **kwargs):
raise ValueError
class RealPlatform(xilinx_platform):
identifier = 0x4B37
default_clk_name = "clk156"
default_clk_period = 6.4
bitgen_opt = "-g LCK_cycle:6 -g Binary:Yes -w -g ConfigRate:12 -g SPI_buswidth:4"

View file

@ -119,6 +119,7 @@ _io = [
]
class Platform(XilinxISEPlatform):
identifier = 0x4D31
default_clk_name = "clk50"
default_clk_period = 20
def __init__(self):

View file

@ -155,6 +155,7 @@ _io = [
]
class Platform(XilinxISEPlatform):
identifier = 0x4D58
default_clk_name = "clk50"
default_clk_period = 20
def __init__(self):

View file

@ -50,6 +50,7 @@ _connectors = [
]
class Platform(XilinxISEPlatform):
identifier = 0x5050
default_clk_name = "clk32"
default_clk_period = 31.25
def __init__(self):