Lines Matching refs:write

205     // perform a part write.
357 virtual inline void write( const sc_in<sc_dt::sc_uint<W> >& value );
358 virtual inline void write( const sc_inout<sc_dt::sc_uint<W> >& value );
359 virtual inline void write( const sc_dt::sc_uint<W>& value );
412 sc_port_base* m_output_p; // Single write port verify field.
453 // object instance by keeping track of the process performing the write.
757 inline void sc_signal<sc_dt::sc_uint<W> >::write( const sc_in<sc_dt::sc_uint<W> >& value )
762 inline void sc_signal<sc_dt::sc_uint<W> >::write( const sc_inout<sc_dt::sc_uint<W> >& value )
767 inline void sc_signal<sc_dt::sc_uint<W> >::write(
781 SC_TEMPLATE // Write a portion of a value. If this is the first write in
1246 (*this)->write( (sc_dt::uint64) *m_init_val_p );
1268 iface->write( value_ );
1319 { (*this)->write( (sc_dt::uint64)new_val ); }
1321 { (*this)->write( this_type(new_val) ); }
1323 { (*this)->write(new_val); }
1325 { (*this)->write((sc_dt::uint64)new_val); }
1327 { (*this)->write((sc_dt::uint64)new_val); }
1329 { (*this)->write((sc_dt::uint64)new_val); }
1331 { (*this)->write((sc_dt::uint64)new_val); }
1333 { (*this)->write((sc_dt::uint64)new_val); }
1335 { (*this)->write((sc_dt::uint64)new_val); }
1337 { (*this)->write((sc_dt::uint64)new_val); }
1340 { (*this)->write(new_val->to_uint64()); }
1342 { (*this)->write(new_val.to_uint64()); }
1344 { (*this)->write(new_val.to_uint64()); }
1346 { (*this)->write((sc_dt::sc_uint<W>)new_val); }
1348 { (*this)->write((sc_dt::sc_uint<W>)new_val); }
1350 inline void write( const sc_in<sc_dt::sc_uint<W> >& new_val )
1351 { (*this)->write( (sc_dt::uint64)new_val ); }
1352 inline void write( const sc_inout<sc_dt::sc_uint<W> >& new_val )
1353 { (*this)->write( (sc_dt::uint64)new_val); }
1354 inline void write( const sc_dt::sc_uint<W>& new_val )
1355 { (*this)->write( (sc_dt::uint64)new_val); }
1466 { (*this)->write( (sc_dt::uint64)new_val ); }
1468 { (*this)->write( this_type(new_val) ); }
1470 { (*this)->write(new_val); }
1472 { (*this)->write((sc_dt::uint64)new_val); }
1474 { (*this)->write((sc_dt::uint64)new_val); }
1476 { (*this)->write((sc_dt::uint64)new_val); }
1478 { (*this)->write((sc_dt::uint64)new_val); }
1480 { (*this)->write((sc_dt::uint64)new_val); }
1482 { (*this)->write((sc_dt::uint64)new_val); }
1484 { (*this)->write((sc_dt::uint64)new_val); }
1487 { (*this)->write(new_val->to_uint64()); }
1489 { (*this)->write(new_val); }
1491 { (*this)->write(new_val); }
1493 { (*this)->write((sc_dt::sc_uint<W>)new_val); }
1495 { (*this)->write((sc_dt::sc_uint<W>)new_val); }