From 5fcc64653e76166b5385086d9fbd2e7974845760 Mon Sep 17 00:00:00 2001 From: Fahim Date: Thu, 15 Oct 2015 16:07:14 +0530 Subject: Modify the calling method of nghdl --- src/frontEnd/Application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit