Skip to content

Commit 9e6b22a

Browse files
committed
applet.interface.better_la: add required_revision
1 parent b9b1de5 commit 9e6b22a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

software/glasgow/applet/interface/better_la/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ class BetterLAApplet(GlasgowApplet):
6464
A somewhat better logic analyzer applet that allows for the capture of traces as VCD files.
6565
"""
6666

67+
# The FPGA on revA/revB is too slow for the complicated logic in this Applet
68+
required_revision = "C0"
69+
6770
@classmethod
6871
def add_build_arguments(cls, parser, access):
6972
super().add_build_arguments(parser, access)

software/glasgow/applet/interface/better_la/test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def test(self, tb):
115115

116116

117117
class BetterLAAppletTestCase(GlasgowAppletTestCase, applet=BetterLAApplet):
118-
@unittest.skip("this applet does not meet timing on revA but there is no way to specify a different revision")
119118
@synthesis_test
120119
def test_build(self):
121120
self.assertBuilds()

0 commit comments

Comments
 (0)