Verilog to Routing - VPR
globals.h
Go to the documentation of this file.
1 /*
2  * Global variables
3  * Key global variables that are used everywhere in VPR:
4  */
5 
6 #ifndef GLOBALS_H
7 #define GLOBALS_H
8 #include "vpr_context.h"
9 
10 extern VprContext g_vpr_ctx;
11 
12 #endif
This object encapsulates VPR's state.
Definition: vpr_context.h:412
VprContext g_vpr_ctx
Definition: globals.cpp:3