diff options
author | Fahim | 2015-10-15 16:07:14 +0530 |
---|---|---|
committer | Fahim | 2015-10-15 16:07:14 +0530 |
commit | 5fcc64653e76166b5385086d9fbd2e7974845760 (patch) | |
tree | 28df6f53aeba6809ab465190b17bd7ca39f1433e /src | |
parent | a802f8b1d403f342c0eafe5b6989f6cd22224297 (diff) | |
download | eSim-5fcc64653e76166b5385086d9fbd2e7974845760.tar.gz eSim-5fcc64653e76166b5385086d9fbd2e7974845760.tar.bz2 eSim-5fcc64653e76166b5385086d9fbd2e7974845760.zip |
Modify the calling method of nghdl
Diffstat (limited to 'src')
-rwxr-xr-x | src/frontEnd/Application.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontEnd/Application.py b/src/frontEnd/Application.py index 82990713..ef66f484 100755 --- a/src/frontEnd/Application.py +++ b/src/frontEnd/Application.py @@ -282,7 +282,7 @@ class Application(QtGui.QMainWindow): self.obj_appconfig.print_info('Nghdl is called') if self.obj_validation.validateTool('nghdl'): - self.cmd = 'nghdl' + self.cmd = 'nghdl -e' self.obj_workThread = Worker.WorkerThread(self.cmd) self.obj_workThread.start() |