From c5a5c9eda015f8855c5e8481834a740fc5b625b4 Mon Sep 17 00:00:00 2001 From: Fahim Date: Thu, 15 Oct 2015 17:26:17 +0530 Subject: Added XML for Nghdl --- src/frontEnd/Application.py | 2 +- src/modelParamXML/Nghdl/inverter.xml | 1 + src/modelParamXML/Nghdl/myxor.xml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 src/modelParamXML/Nghdl/inverter.xml create mode 100644 src/modelParamXML/Nghdl/myxor.xml (limited to 'src') diff --git a/src/frontEnd/Application.py b/src/frontEnd/Application.py index ef66f484..b1f8ca30 100755 --- a/src/frontEnd/Application.py +++ b/src/frontEnd/Application.py @@ -140,7 +140,7 @@ class Application(QtGui.QMainWindow): self.subcircuit=QtGui.QAction(QtGui.QIcon('../../images/subckt.png'),'Subcircuit',self) self.subcircuit.triggered.connect(self.open_subcircuit) - self.nghdl = QtGui.QAction(QtGui.QIcon('../../images/nghdl.png'), '', self) + self.nghdl = QtGui.QAction(QtGui.QIcon('../../images/nghdl.png'), 'Nghdl', self) self.nghdl.triggered.connect(self.open_nghdl) self.omedit = QtGui.QAction(QtGui.QIcon('../../images/omedit.png'),'Modelica Converter',self) diff --git a/src/modelParamXML/Nghdl/inverter.xml b/src/modelParamXML/Nghdl/inverter.xml new file mode 100644 index 00000000..894389e0 --- /dev/null +++ b/src/modelParamXML/Nghdl/inverter.xml @@ -0,0 +1 @@ +inverterNghdl2Add parameters for inverter2-V:2-VEnter Rise Delay (default=1.0e-9)Enter Fall Delay (default=1.0e-9)Enter Input Load (default=1.0e-12)Enter Instance ID (Between 0-99) \ No newline at end of file diff --git a/src/modelParamXML/Nghdl/myxor.xml b/src/modelParamXML/Nghdl/myxor.xml new file mode 100644 index 00000000..c245879e --- /dev/null +++ b/src/modelParamXML/Nghdl/myxor.xml @@ -0,0 +1 @@ +myxorNghdl3Add parameters for myxor1-V:1-V:1-VEnter Rise Delay (default=1.0e-9)Enter Fall Delay (default=1.0e-9)Enter Input Load (default=1.0e-12)Enter Instance ID (Between 0-99) \ No newline at end of file -- cgit