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 359b71d commit ddb6952Copy full SHA for ddb6952
tests/compile_rtl.py
@@ -63,5 +63,6 @@ def main():
63
process = subprocess.Popen(iverilog_cmd)
64
process.wait(timeout=5)
65
66
+
67
if __name__ == '__main__':
68
sys.exit(main())
0 commit comments