Override gtkwave config in upstreamable way. No functional change.

This commit is contained in:
Wilson Snyder 2019-11-16 03:54:05 -05:00
parent b9322206d7
commit 66727670f9
2 changed files with 5 additions and 3 deletions

View File

@ -37,9 +37,10 @@
* *
*/ */
// Verilator: use hardcoded config file #ifndef FST_CONFIG_INCLUDE
//#include <config.h> # define FST_CONFIG_INCLUDE <config.h>
#include "fst_config.h" #endif
#include FST_CONFIG_INCLUDE
#include "fstapi.h" #include "fstapi.h"
#include "fastlz.h" #include "fastlz.h"

View File

@ -31,6 +31,7 @@
#endif #endif
// Include the GTKWave implementation directly // Include the GTKWave implementation directly
#define FST_CONFIG_INCLUDE "fst_config.h"
#include "gtkwave/fastlz.c" #include "gtkwave/fastlz.c"
#include "gtkwave/fstapi.c" #include "gtkwave/fstapi.c"
#include "gtkwave/lz4.c" #include "gtkwave/lz4.c"