Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
refs/heads/passes_vpr
/
.
/
vpr
/
src
/
base
/
globals.h
blob: 63472545e9fa09337ca0d2e6608393f0a0eb7d7d [
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