mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 08:33:38 +02:00
Increase VL_VALUE_STRING_MAX_WIDTH, bug479
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user