summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/modelParamXML/Nghdl/myxor.xml1
-rw-r--r--src/ngspiceSimulation/NgspiceWidget.py2
-rw-r--r--src/ngspiceSimulation/NgspiceWidget.pycbin1665 -> 1681 bytes
3 files changed, 1 insertions, 2 deletions
diff --git a/src/modelParamXML/Nghdl/myxor.xml b/src/modelParamXML/Nghdl/myxor.xml
deleted file mode 100644
index c245879e..00000000
--- a/src/modelParamXML/Nghdl/myxor.xml
+++ /dev/null
@@ -1 +0,0 @@
-<model><name>myxor</name><type>Nghdl</type><node_number>3</node_number><title>Add parameters for myxor</title><split>1-V:1-V:1-V</split><param><rise_delay default="1.0e-9">Enter Rise Delay (default=1.0e-9)</rise_delay><fall_delay default="1.0e-9">Enter Fall Delay (default=1.0e-9)</fall_delay><input_load default="1.0e-12">Enter Input Load (default=1.0e-12)</input_load><instance_id default="1">Enter Instance ID (Between 0-99)</instance_id></param></model> \ No newline at end of file
diff --git a/src/ngspiceSimulation/NgspiceWidget.py b/src/ngspiceSimulation/NgspiceWidget.py
index 310cbe3c..bde95899 100644
--- a/src/ngspiceSimulation/NgspiceWidget.py
+++ b/src/ngspiceSimulation/NgspiceWidget.py
@@ -18,7 +18,7 @@ class NgspiceWidget(QtGui.QWidget):
print "Argument to ngspice command : ",command
if platform.system() == 'Linux':
- self.command = "cd "+projPath+";ngspice "+command
+ self.command = "ulimit -S -n 16384;cd "+projPath+";ngspice "+command
#Creating argument for process
#self.args = ['-into', str(self.terminal.winId()),'-hold','-e', self.command]
self.args = ['-hold','-e', self.command]
diff --git a/src/ngspiceSimulation/NgspiceWidget.pyc b/src/ngspiceSimulation/NgspiceWidget.pyc
index 45245b0b..e0ad5978 100644
--- a/src/ngspiceSimulation/NgspiceWidget.pyc
+++ b/src/ngspiceSimulation/NgspiceWidget.pyc
Binary files differ