File tree Expand file tree Collapse file tree
software/glasgow/applet/interface/better_la Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ def test(self, tb):
115115
116116
117117class 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 ()
You can’t perform that action at this time.
0 commit comments