Includes: Refactor verilated.h and deprecate verilated_heavy.h (#2701).

This commit is contained in:
Wilson Snyder
2021-07-24 10:00:33 -04:00
parent 44173b40a1
commit b90fce55f4
17 changed files with 3183 additions and 3101 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ class EmitCConstPool final : public EmitCConstInit {
ofp->puts("// DESCRIPTION: Verilator output: Constant pool\n");
ofp->puts("//\n");
ofp->puts("\n");
ofp->puts("#include \"verilated_heavy.h\"\n");
ofp->puts("#include \"verilated.h\"\n");
return ofp;
}