summaryrefslogtreecommitdiff
path: root/src/ngspice_ghdl.py
diff options
context:
space:
mode:
authorrahulp132022-02-14 13:51:46 +0530
committerrahulp132022-02-14 13:51:46 +0530
commit516294ea5cccad3a0cef475b1393344b7fc7c1a9 (patch)
tree8803b1ccd9c77961e8eb7d7cdfe0009ddaa1d38d /src/ngspice_ghdl.py
parentc90a4ad5a0ceb86fa2f5c1be70e4e8ea0eb632fb (diff)
downloadnghdl-516294ea5cccad3a0cef475b1393344b7fc7c1a9.tar.gz
nghdl-516294ea5cccad3a0cef475b1393344b7fc7c1a9.tar.bz2
nghdl-516294ea5cccad3a0cef475b1393344b7fc7c1a9.zip
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 329329f..4db8062 100755
--- a/src/ngspice_ghdl.py
+++ b/src/ngspice_ghdl.py
@@ -238,8 +238,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()