Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / model / pcie / pcie_common / peu_defines.hpp
CommitLineData
86530b38
AT
1#ifndef INC_PEU_DEFINES_HPP_
2#define INC_PEU_DEFINES_HPP_
3
4//Global event list: Used by model to issue global events to sub-modules
5
6enum {NORMAL, SW_RESET_ENTER, SW_RESET_EXIT, SW_RESET_CHNL_EXIT, POR_RESET_ENTER, POR_RESET_EXIT, WMR_RESET_ENTER, WMR_RESET_EXIT};
7
8
9#endif