diff options
author | Fahim | 2016-02-05 11:33:44 +0530 |
---|---|---|
committer | Fahim | 2016-02-05 11:33:44 +0530 |
commit | 378fc7dc1bbc4c8c1c84db4a049d12f3414c6584 (patch) | |
tree | 0de87e1273cf47bc9a9ca19ff38623e62090c7c8 /src/createKicadLibrary.py | |
parent | 50b33879a606e28d85e5f7df12194ee4820e87b9 (diff) | |
download | nghdl-378fc7dc1bbc4c8c1c84db4a049d12f3414c6584.tar.gz nghdl-378fc7dc1bbc4c8c1c84db4a049d12f3414c6584.tar.bz2 nghdl-378fc7dc1bbc4c8c1c84db4a049d12f3414c6584.zip |
Modified Appconfig.py to separate nghdl & esim config detail
Diffstat (limited to 'src/createKicadLibrary.py')
-rw-r--r-- | src/createKicadLibrary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/createKicadLibrary.py b/src/createKicadLibrary.py index a789709..ae3e11d 100644 --- a/src/createKicadLibrary.py +++ b/src/createKicadLibrary.py @@ -14,7 +14,7 @@ class AutoSchematic(QtGui.QWidget): self.xml_loc = Appconfig.xml_loc self.lib_loc = Appconfig.lib_loc self.kicad_nghdl_lib = 'eSim_kicad.lib' - + self.parser = Appconfig.parser_nghdl def createKicadLibrary(self): xmlFound = None |