Increase VL_VALUE_STRING_MAX_WIDTH, bug479

This commit is contained in:
Wilson Snyder
2012-04-05 21:46:55 -04:00
parent ab9a2b1728
commit aab338760c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
#include "verilated_imp.h"
#include <cctype>
#define VL_VALUE_STRING_MAX_WIDTH 1024 ///< Max static char array for VL_VALUE_STRING
#define VL_VALUE_STRING_MAX_WIDTH 8192 ///< Max static char array for VL_VALUE_STRING
//===========================================================================
// Global variables