Searched refs:cte_wl (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxdefs.h275 #define SC_CHECK_CTE_WL_(cte_wl) \
276 SC_ERROR_IF_( (cte_wl) <= 0, sc_core::SC_ID_INVALID_CTE_WL_ )
H A Dscfx_rep.cpp429 scfx_rep::from_string( const char* s, int cte_wl )
698 frac_num, cte_wl );
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxdefs.hh261 #define SC_CHECK_CTE_WL_(cte_wl) \
262 SC_ERROR_IF_((cte_wl) <= 0, sc_core::SC_ID_INVALID_CTE_WL_)
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc389 scfx_rep::from_string(const char *s, int cte_wl) argument
641 frac_num, cte_wl);

Completed in 24 milliseconds