Searched refs:sc_inout_rv (Results 1 - 6 of 6) sorted by relevance

/gem5/src/systemc/ext/channel/
H A Dsc_inout_rv.hh53 class sc_inout_rv : public sc_inout<sc_dt::sc_lv<W>> class in namespace:sc_core
56 sc_inout_rv() : sc_inout<sc_dt::sc_lv<W>>() {} function in class:sc_core::sc_inout_rv
57 explicit sc_inout_rv(const char *name) : sc_inout<sc_dt::sc_lv<W>>(name) {} function in class:sc_core::sc_inout_rv
58 virtual ~sc_inout_rv() {}
60 sc_inout_rv<W> &
66 sc_inout_rv<W> &
72 sc_inout_rv<W> &
78 sc_inout_rv<W> &
84 sc_inout_rv<W> &
85 operator = (const sc_inout_rv<
[all...]
H A Dsc_out_rv.hh34 #include "sc_inout_rv.hh"
50 class sc_out_rv : public sc_inout_rv<W>
53 sc_out_rv() : sc_inout_rv<W>() {}
54 explicit sc_out_rv(const char *name) : sc_inout_rv<W>(name) {}
92 sc_out_rv(const sc_out_rv<W> &) : sc_inout_rv<W>() {}
H A D_using.hh70 using sc_core::sc_inout_rv;
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_rv_ports.h153 // CLASS : sc_inout_rv<W>
159 class sc_inout_rv class in namespace:sc_core
168 typedef sc_inout_rv<W> this_type;
180 sc_inout_rv() function in class:sc_core::sc_inout_rv
184 explicit sc_inout_rv( const char* name_ ) function in class:sc_core::sc_inout_rv
188 explicit sc_inout_rv( inout_if_type& interface_ ) function in class:sc_core::sc_inout_rv
192 sc_inout_rv( const char* name_, inout_if_type& interface_ ) function in class:sc_core::sc_inout_rv
196 explicit sc_inout_rv( inout_port_type& parent_ ) function in class:sc_core::sc_inout_rv
200 sc_inout_rv( const char* name_, inout_port_type& parent_ ) function in class:sc_core::sc_inout_rv
204 sc_inout_rv( this_typ function in class:sc_core::sc_inout_rv
208 sc_inout_rv( const char* name_, this_type& parent_ ) function in class:sc_core::sc_inout_rv
[all...]
/gem5/src/systemc/tests/systemc/communication/ports/test01/
H A Dtest01.cpp68 sc_inout_rv<1> inout_rv;
/gem5/src/systemc/tests/systemc/misc/v1.0/resolved_sig/
H A Dresolved_sig.cpp88 sc_inout_rv<8> bus;

Completed in 8 milliseconds