OpenFPGA/vpr7_x2p/vpr/SRC/device/mux_graph_fwd.h

17 lines
435 B
C
Raw Normal View History

2019-08-17 15:37:22 -05:00
/**************************************************
* This file includes only declarations for
* the data structures to describe multiplexer structures
* Please refer to mux_graph.h for more details
*************************************************/
#ifndef MUX_GRAPH_FWD_H
#define MUX_GRAPH_FWD_H
/* Strong Ids for MUXes */
struct mux_id_tag;
typedef vtr::StrongId<mux_id_tag> MuxId;
class MuxGraph;
class MuxLibrary;
#endif