We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ac367 commit 1011760Copy full SHA for 1011760
amaranth/build/plat.py
@@ -89,7 +89,7 @@ def build(self, elaboratable, name="top",
89
# may fail.
90
# This is OK because even if `require_tool` succeeds, the toolchain might be broken anyway.
91
# The check only serves to catch common errors earlier.
92
- if do_build and not self._toolchain_env_var not in os.environ:
+ if do_build and self._toolchain_env_var not in os.environ:
93
for tool in self.required_tools:
94
require_tool(tool)
95
0 commit comments