summaryrefslogtreecommitdiff
path: root/src/createKicadLibrary.py
diff options
context:
space:
mode:
authorEyantra698Sumanto2022-01-11 15:52:37 +0530
committerEyantra698Sumanto2022-01-11 15:52:37 +0530
commitc9988bff054ecdc53a0a2a48ca0f9a9308c01933 (patch)
tree118abe2563b3621091a07bfa1d47499cd758e538 /src/createKicadLibrary.py
parentf0c3293628d3335a0a15e7b7eb94b38abf1c4457 (diff)
downloadnghdl-c9988bff054ecdc53a0a2a48ca0f9a9308c01933.tar.gz
nghdl-c9988bff054ecdc53a0a2a48ca0f9a9308c01933.tar.bz2
nghdl-c9988bff054ecdc53a0a2a48ca0f9a9308c01933.zip
Adding other changes for Upgradation to NgSpice-35
Diffstat (limited to 'src/createKicadLibrary.py')
-rwxr-xr-x[-rw-r--r--]src/createKicadLibrary.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/createKicadLibrary.py b/src/createKicadLibrary.py
index eed8f6d..174668c 100644..100755
--- a/src/createKicadLibrary.py
+++ b/src/createKicadLibrary.py
@@ -95,6 +95,9 @@ class AutoSchematic(QtWidgets.QWidget):
"Enter Input Load (default=1.0e-12)")
ET.SubElement(param, "instance_id", default="1").text = (
"Enter Instance ID (Between 0-99)")
+ ET.SubElement(param, "Sumanto", default="1").text = (
+ "Enter Instance ID (Between 0-99)")
+
tree = ET.ElementTree(root)
tree.write(str(self.modelname) + '.xml')
print("Leaving the directory ", xmlDestination)