Skip to content

Commit

Permalink
applet.interface.analyzer: restrict to revC0+.
Browse files Browse the repository at this point in the history
After upgrading Yosys to 0.39, the applet stopped passing timing when
built for revA. This was reported against Yosys (YosysHQ/yosys#4280),
but as there don't seem to be any commits that could change synthesis
quality, it was likely just that the analyzer applet was marginal in
first place.

Since this is blocking all further development, the applet is now
restricted to revC0+.
  • Loading branch information
whitequark committed Mar 14, 2024
1 parent 1add56f commit 6f20482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions software/glasgow/applet/interface/analyzer/__init__.py
Expand Up @@ -50,6 +50,7 @@ class AnalyzerApplet(GlasgowApplet):
description = """
Capture waveforms, similar to a logic analyzer.
"""
required_revision = "C0" # iCE40UP5K isn't quite fast enoughs

@classmethod
def add_build_arguments(cls, parser, access):
Expand Down

0 comments on commit 6f20482

Please sign in to comment.