7 lines
86 B
C
7 lines
86 B
C
|
#ifndef _ROCKET_VERILATOR_H
|
||
|
#define _ROCKET_VERILATOR_H
|
||
|
|
||
|
extern bool verbose;
|
||
|
|
||
|
#endif
|