summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/maker/ModelGeneration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/maker/ModelGeneration.py b/src/maker/ModelGeneration.py
index 71edad85..bc79e443 100755
--- a/src/maker/ModelGeneration.py
+++ b/src/maker/ModelGeneration.py
@@ -792,7 +792,7 @@ and set the load for input ports */
# print(self.modelpath)
self.cmd = "verilator -Wall " + wno + "\
- --cc --exe --Mdir . -CFLAGS -fPIC sim_main_" + \
+ --cc --exe --no-MMD --Mdir . -CFLAGS -fPIC sim_main_" + \
self.fname.split('.')[0] + ".cpp " + self.fname
self.process = QtCore.QProcess(self)
self.process.readyReadStandardOutput.connect(self.readAllStandard)