Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
83fdb1529c902ff7390bcb0fb09d119aef837bbd
/
.
/
vpr
/
src
/
base
/
globals.h
blob: cbbbe3a75e3da46049ec592781ae75d76278dcff [
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