Skip to content

Commit

Permalink
build/platforms: remove identifiers
Browse files Browse the repository at this point in the history
sbourdeauducq committed Nov 10, 2015
1 parent ed762aa commit 51904d8
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion migen/build/platforms/kc705.py
Original file line number Diff line number Diff line change
@@ -418,7 +418,6 @@


class Platform(XilinxPlatform):
identifier = 0x4B37
default_clk_name = "clk156"
default_clk_period = 6.4

1 change: 0 additions & 1 deletion migen/build/platforms/m1.py
Original file line number Diff line number Diff line change
@@ -120,7 +120,6 @@


class Platform(XilinxPlatform):
identifier = 0x4D31
default_clk_name = "clk50"
default_clk_period = 20

1 change: 0 additions & 1 deletion migen/build/platforms/mixxeo.py
Original file line number Diff line number Diff line change
@@ -156,7 +156,6 @@


class Platform(XilinxPlatform):
identifier = 0x4D58
default_clk_name = "clk50"
default_clk_period = 20

1 change: 0 additions & 1 deletion migen/build/platforms/papilio_pro.py
Original file line number Diff line number Diff line change
@@ -51,7 +51,6 @@


class Platform(XilinxPlatform):
identifier = 0x5050
default_clk_name = "clk32"
default_clk_period = 31.25

1 change: 0 additions & 1 deletion migen/build/platforms/pipistrello.py
Original file line number Diff line number Diff line change
@@ -126,7 +126,6 @@


class Platform(XilinxPlatform):
identifier = 0x5049
default_clk_name = "clk50"
default_clk_period = 20

0 comments on commit 51904d8

Please sign in to comment.