Commentary

This commit is contained in:
Wilson Snyder
2021-03-28 11:50:05 -04:00
parent f39318bde5
commit 8992e2ec02
14 changed files with 152 additions and 129 deletions
+2 -2
View File
@@ -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";
//=============================================================================