mirror of
https://github.com/verilator/verilator.git
synced 2026-08-30 09:48:22 +02:00
Commentary
This commit is contained in:
@@ -50,9 +50,9 @@
|
||||
// clang-format on
|
||||
|
||||
// CONSTANTS
|
||||
/// Value of first bytes of each file (must be multiple of 8 bytes)
|
||||
// Value of first bytes of each file (must be multiple of 8 bytes)
|
||||
static const char* const VLTSAVE_HEADER_STR = "verilatorsave02\n";
|
||||
/// Value of last bytes of each file (must be multiple of 8 bytes)
|
||||
// Value of last bytes of each file (must be multiple of 8 bytes)
|
||||
static const char* const VLTSAVE_TRAILER_STR = "vltsaved";
|
||||
|
||||
//=============================================================================
|
||||
|
||||
Reference in New Issue
Block a user