diff --git a/util/check_tool_requirements.py b/util/check_tool_requirements.py index 5c1d3864..08c51672 100755 --- a/util/check_tool_requirements.py +++ b/util/check_tool_requirements.py @@ -199,7 +199,6 @@ class VerilatorToolReq(ToolReq): # relies on perl magic to parse command line arguments. version_str = subprocess.run('verilator --version', shell=True, check=True, stdout=subprocess.PIPE, - stderr=subprocess.STDOUT, universal_newlines=True) except subprocess.CalledProcessError as err: raise RuntimeError('Unable to call Verilator to check version: {}'