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.
2 parents 8f1fcc9 + c93e833 commit 192b6aeCopy full SHA for 192b6ae
ivtest/run_ivl.py
@@ -33,7 +33,7 @@ def get_ivl_version () -> list:
33
34
# Get the output from the "iverilog -V" command for the version string.
35
text = subprocess.check_output(["iverilog", "-V"])
36
- match = re.search(b'Icarus Verilog version ([0-9]+)\.([0-9]+)', text)
+ match = re.search(b'Icarus Verilog version ([0-9]+)\\.([0-9]+)', text)
37
if not match:
38
return None
39
0 commit comments