Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
2854baa3881e8dfdc7ef53e888a83e8a4f3ef33c
/
.
/
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