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 0798c7e commit c397c7cCopy full SHA for c397c7c
1 file changed
mkconcore.py
@@ -15,7 +15,6 @@
15
CPPEXE = "g++" #Ubuntu/macOS C++ 6/22/21
16
VWIN = "iverilog" #Windows verilog 6/25/21
17
VEXE = "iverilog" #Ubuntu/macOS verilog 6/25/21
18
-CPPEXE = "g++" #Ubuntu/macOS C++ 6/22/21
19
PYTHONEXE = "python3" #Ubuntu/macOS python 3
20
PYTHONWIN = "python" #Windows python 3
21
MATLABEXE = "matlab" #Ubuntu/macOS matlab
@@ -74,7 +73,6 @@
74
73
print("if intended, remove or rename "+outdir+" first")
75
quit()
76
77
-currentdir = os.getcwd()
78
os.mkdir(outdir)
79
os.chdir(outdir)
80
if concoretype == "windows":
0 commit comments