Lines Matching refs:write

173     // perform a part write.
325 virtual inline void write( const sc_in<sc_dt::sc_int<W> >& value );
326 virtual inline void write( const sc_inout<sc_dt::sc_int<W> >& value );
327 virtual inline void write( const sc_dt::sc_int<W>& value );
381 sc_port_base* m_output_p; // Single write port verify field.
431 // object instance by keeping track of the process performing the write.
712 inline void sc_signal<sc_dt::sc_int<W> >::write( const sc_in<sc_dt::sc_int<W> >& value )
717 inline void sc_signal<sc_dt::sc_int<W> >::write( const sc_inout<sc_dt::sc_int<W> >& value )
722 inline void sc_signal<sc_dt::sc_int<W> >::write( const sc_dt::sc_int<W>& value )
726 SC_TEMPLATE // Write a portion of a value. If this is the first write in
1188 (*this)->write( (sc_dt::int64) *m_init_val_p );
1210 iface->write( value_ );
1261 { (*this)->write( (sc_dt::int64)new_val ); }
1263 { (*this)->write( this_type(new_val) ); }
1265 { (*this)->write(new_val); }
1267 { (*this)->write((sc_dt::uint64)new_val); }
1269 { (*this)->write((sc_dt::uint64)new_val); }
1271 { (*this)->write((sc_dt::uint64)new_val); }
1273 { (*this)->write((sc_dt::uint64)new_val); }
1275 { (*this)->write((sc_dt::uint64)new_val); }
1277 { (*this)->write((sc_dt::uint64)new_val); }
1279 { (*this)->write((sc_dt::uint64)new_val); }
1282 { (*this)->write(new_val->to_uint64()); }
1284 { (*this)->write(new_val.to_uint64()); }
1286 { (*this)->write(new_val.to_uint64()); }
1288 { (*this)->write((sc_dt::sc_int<W>)new_val); }
1290 { (*this)->write((sc_dt::sc_int<W>)new_val); }
1292 inline void write( const sc_in<sc_dt::sc_int<W> >& new_val )
1293 { (*this)->write( (sc_dt::int64)new_val ); }
1295 inline void write( const sc_inout<sc_dt::sc_int<W> >& new_val )
1296 { (*this)->write( (sc_dt::int64)new_val); }
1298 inline void write( const sc_dt::sc_int<W>& new_val )
1299 { (*this)->write( (sc_dt::int64)new_val); }
1410 { (*this)->write( (sc_dt::int64)new_val ); }
1412 { (*this)->write( this_type(new_val) ); }
1414 { (*this)->write(new_val); }
1416 { (*this)->write((sc_dt::uint64)new_val); }
1418 { (*this)->write((sc_dt::uint64)new_val); }
1420 { (*this)->write((sc_dt::uint64)new_val); }
1422 { (*this)->write((sc_dt::uint64)new_val); }
1424 { (*this)->write((sc_dt::uint64)new_val); }
1426 { (*this)->write((sc_dt::uint64)new_val); }
1428 { (*this)->write((sc_dt::uint64)new_val); }
1431 { (*this)->write(new_val->to_uint64()); }
1433 { (*this)->write(new_val); }
1435 { (*this)->write(new_val); }
1437 { (*this)->write((sc_dt::sc_int<W>)new_val); }
1439 { (*this)->write((sc_dt::sc_int<W>)new_val); }