Skip to content

Commit

Permalink
remove Roach
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Feb 26, 2019
1 parent 9d90900 commit 9fd7a48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
35 changes: 0 additions & 35 deletions migen/build/platforms/roach.py

This file was deleted.

5 changes: 0 additions & 5 deletions migen/test/test_platform.py
Expand Up @@ -57,11 +57,6 @@ class TestExamplesPlatform(unittest.TestCase):
def test_platforms(self):
for mod, name in _find_platforms(migen.build.platforms):
with self.subTest(mod=mod, name=name):
# Roach has no default clock, so expect failure/skip.
if name == "roach":
raise unittest.SkipTest(
"Roach has no default clock for test.")

run_toolchain_var = "MIGEN_RUN_TOOLCHAIN_{}".format(
name.upper())

Expand Down

0 comments on commit 9fd7a48

Please sign in to comment.