summaryrefslogtreecommitdiff
path: root/src/createKicadLibrary.py
diff options
context:
space:
mode:
authorrahulp132019-11-22 16:12:08 +0530
committerrahulp132019-11-22 16:12:08 +0530
commit04d535a74420cfd6b757f9298ac6f5d4d3d30732 (patch)
tree8f5244eca102ad6bc4cf86881aa7b78d4a6bd120 /src/createKicadLibrary.py
parentabb68ca7a2e8441e9702fb6a7abb28d755630361 (diff)
downloadnghdl-04d535a74420cfd6b757f9298ac6f5d4d3d30732.tar.gz
nghdl-04d535a74420cfd6b757f9298ac6f5d4d3d30732.tar.bz2
nghdl-04d535a74420cfd6b757f9298ac6f5d4d3d30732.zip
removed stop-time for models
Diffstat (limited to 'src/createKicadLibrary.py')
-rw-r--r--src/createKicadLibrary.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/createKicadLibrary.py b/src/createKicadLibrary.py
index b66d487..49c298e 100644
--- a/src/createKicadLibrary.py
+++ b/src/createKicadLibrary.py
@@ -74,7 +74,6 @@ class AutoSchematic(QtGui.QWidget):
ET.SubElement(param ,"fall_delay", default ="1.0e-9").text = "Enter Fall Delay (default=1.0e-9)"
ET.SubElement(param ,"input_load", default ="1.0e-12").text = "Enter Input Load (default=1.0e-12)"
ET.SubElement(param ,"instance_id", default ="1").text = "Enter Instance ID (Between 0-99)"
- ET.SubElement(param ,"stop_time", default ="90e-9").text = "Enter the stop time to end the simulation (default=90e-9)"
tree = ET.ElementTree(root)
tree.write(str(self.modelname) + '.xml')
print "Leaving the directory ", (xmlDestination)