Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
49fc8263ded7a83f9a2148b5f584002144bb4ac0
/
.
/
vpr
/
src
/
base
/
globals.h
blob: cbbbe3a75e3da46049ec592781ae75d76278dcff [
file
] [
log
] [
blame
]
/*
* 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