forked from github/verilator
Make sure SystemC always included in -sc mode to prevent ordering issues.
This commit is contained in:
parent
1a6c2fc55d
commit
ef211fc9e0
@ -24,6 +24,9 @@
|
||||
#define _VERILATED_H_ 1 ///< Header Guard
|
||||
|
||||
#include "verilatedos.h"
|
||||
#if VM_SC
|
||||
# include "verilated_sc.h" // Get SYSTEMC_VERSION and time declarations
|
||||
#endif
|
||||
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
|
Loading…
Reference in New Issue
Block a user