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