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
View File
@@ -1347,7 +1347,6 @@ IData VL_FGETS_IXI(int obits, void* destp, IData fpi) VL_MT_SAFE {
return got;
}
// declared in verilated_heavy.h
IData VL_FGETS_NI(std::string& dest, IData fpi) VL_MT_SAFE {
return getLine(dest, fpi, std::numeric_limits<size_t>::max());
}