Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
88b76f29bf2fcc15cdf24532d9991a09be2ffeb3
/
.
/
vpr
/
src
/
base
/
globals.h
blob: 1e9aa7071e010721736f47caf4d4e2f359cd8c13 [
file
]
/*
Global variables
Key global variables that are used everywhere in VPR:
*/
#ifndef
GLOBALS_H
#define
GLOBALS_H
#include
"vpr_context.h"
extern
VprContext
g_vpr_ctx
;
#endif