Override gtkwave config in upstreamable way. No functional change.
This commit is contained in:
parent
b9322206d7
commit
66727670f9
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue