Skip to content

Commit 8da1faf

Browse files
committedFeb 26, 2015
mibuild: move identifier to platforms
1 parent e6a21b2 commit 8da1faf

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed
 

Diff for: ‎mibuild/platforms/kc705.py

+1
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ def Platform(*args, toolchain="vivado", **kwargs):
348348
raise ValueError
349349

350350
class RealPlatform(xilinx_platform):
351+
identifier = 0x4B37
351352
default_clk_name = "clk156"
352353
default_clk_period = 6.4
353354
bitgen_opt = "-g LCK_cycle:6 -g Binary:Yes -w -g ConfigRate:12 -g SPI_buswidth:4"

Diff for: ‎mibuild/platforms/m1.py

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
]
120120

121121
class Platform(XilinxISEPlatform):
122+
identifier = 0x4D31
122123
default_clk_name = "clk50"
123124
default_clk_period = 20
124125
def __init__(self):

Diff for: ‎mibuild/platforms/mixxeo.py

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
]
156156

157157
class Platform(XilinxISEPlatform):
158+
identifier = 0x4D58
158159
default_clk_name = "clk50"
159160
default_clk_period = 20
160161
def __init__(self):

Diff for: ‎mibuild/platforms/papilio_pro.py

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
]
5151

5252
class Platform(XilinxISEPlatform):
53+
identifier = 0x5050
5354
default_clk_name = "clk32"
5455
default_clk_period = 31.25
5556
def __init__(self):

0 commit comments

Comments
 (0)
Please sign in to comment.