Verilog to Routing - VPR
src
base
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
vpr_context.h
VprContext
This object encapsulates VPR's state.
Definition:
vpr_context.h:412
g_vpr_ctx
VprContext g_vpr_ctx
Definition:
globals.cpp:3
Generated by
1.8.13