mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 10:48:27 +02:00
Includes: Refactor verilated.h and deprecate verilated_heavy.h (#2701).
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user