Skip to content

Commit

Permalink
applet.interface.better_la: add required_revision
Browse files Browse the repository at this point in the history
  • Loading branch information
anuejn committed Nov 16, 2023
1 parent 356cfec commit 1ad5d3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions software/glasgow/applet/interface/better_la/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ class BetterLAApplet(GlasgowApplet):
A somewhat better logic analyzer applet that allows for the capture of traces as VCD files.
"""

# The FPGA on revA/revB is too slow for the complicated logic in this Applet
required_revision = "C0"

@classmethod
def add_build_arguments(cls, parser, access):
super().add_build_arguments(parser, access)
Expand Down
1 change: 0 additions & 1 deletion software/glasgow/applet/interface/better_la/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def test(self, tb):


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

0 comments on commit 1ad5d3c

Please sign in to comment.