summaryrefslogtreecommitdiff
path: root/src/ngspice_ghdl.py
diff options
context:
space:
mode:
authorSumanto Kar2022-02-21 21:40:16 +0530
committerGitHub2022-02-21 21:40:16 +0530
commitd733812ff608b3710ff075b1a14dfba85eba0082 (patch)
tree1e10c780f28768937aa6d2596ba1fa25c7a3150f /src/ngspice_ghdl.py
parent4afa38750476b78efe3cf5ed25e7d7253b6e8140 (diff)
parent516294ea5cccad3a0cef475b1393344b7fc7c1a9 (diff)
downloadnghdl-d733812ff608b3710ff075b1a14dfba85eba0082.tar.gz
nghdl-d733812ff608b3710ff075b1a14dfba85eba0082.tar.bz2
nghdl-d733812ff608b3710ff075b1a14dfba85eba0082.zip
Merge pull request #77 from rahulp13/master
Revert "Adding other changes for Upgradation to NgSpice-35"
Diffstat (limited to 'src/ngspice_ghdl.py')
-rwxr-xr-xsrc/ngspice_ghdl.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngspice_ghdl.py b/src/ngspice_ghdl.py
index 6bc13ce..e358706 100755
--- a/src/ngspice_ghdl.py
+++ b/src/ngspice_ghdl.py
@@ -243,8 +243,8 @@ class Mainwindow(QtWidgets.QWidget):
subprocess.call("chmod a+x start_server.sh", shell=True)
subprocess.call("chmod a+x sock_pkg_create.sh", shell=True)
- #os.remove("compile.sh")
- #os.remove("ghdlserver.c")
+ os.remove("compile.sh")
+ os.remove("ghdlserver.c")
# Slot to redirect stdout and stderr to window console
@QtCore.pyqtSlot()