Show included-from filenames in warnings, bug1439.

This commit is contained in:
Wilson Snyder
2019-06-22 17:01:39 -04:00
parent 951521320a
commit 8e7559c6c9
20 changed files with 147 additions and 23 deletions
+4 -1
View File
@@ -166,7 +166,10 @@ private:
MULTIDRIVEN, "Signal has multiple driving blocks with different clocking: "
<<varrefp->varp()->prettyName()<<endl
<<varrefp->warnMore()<<"... Location of first driving block"<<endl
<<oldactivep->warnMore()<<"... Location of other driving block");
<<varrefp->varp()->warnContextPrimary()<<endl
<<oldactivep->warnMore()<<"... Location of other driving block"<<endl
<<oldactivep->warnContextSecondary()
);
varrefp->varp()->user2(true);
}
UINFO(4,"AssignDupDlyVar: "<<varrefp<<endl);