Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
refs/heads/check_route_stubs
/
.
/
vpr
/
src
/
base
/
globals.h
blob: 1e9aa7071e010721736f47caf4d4e2f359cd8c13 [
file
] [
log
] [
blame
] [
edit
]
/*
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