Clock domain crossing checks

This commit is contained in:
Wilson Snyder
2010-01-07 16:41:19 -05:00
parent a03a540156
commit bf860b21d7
17 changed files with 907 additions and 32 deletions
+2 -1
View File
@@ -340,7 +340,8 @@ private:
virtual void visit(AstUdpTable* nodep, AstNUser*) {
UINFO(5,"UDPTABLE "<<nodep<<endl);
if (!v3Global.opt.bboxUnsup()) {
nodep->v3error("Unsupported: Verilog 1995 UDP Tables. Use --bbox-unsup to ignore tables.");
// We don't warn until V3Inst, so that UDPs that are in libraries and
// never used won't result in any warnings.
} else {
// Massive hack, just tie off all outputs so our analysis can proceed
AstVar* varoutp = NULL;