mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
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
|
||||
//#include <config.h>
|
||||
#include "fst_config.h"
|
||||
#ifndef FST_CONFIG_INCLUDE
|
||||
# define FST_CONFIG_INCLUDE <config.h>
|
||||
#endif
|
||||
#include FST_CONFIG_INCLUDE
|
||||
|
||||
#include "fstapi.h"
|
||||
#include "fastlz.h"
|
||||
|
@ -31,6 +31,7 @@
|
||||
#endif
|
||||
|
||||
// Include the GTKWave implementation directly
|
||||
#define FST_CONFIG_INCLUDE "fst_config.h"
|
||||
#include "gtkwave/fastlz.c"
|
||||
#include "gtkwave/fstapi.c"
|
||||
#include "gtkwave/lz4.c"
|
||||
|
Loading…
Reference in New Issue
Block a user