Lines Matching defs:write

209     // perform a part write.
371 virtual inline void write( const sc_in<sc_dt::sc_biguint<W> >& value );
372 virtual inline void write( const sc_inout<sc_dt::sc_biguint<W> >& value );
373 virtual inline void write( const sc_dt::sc_biguint<W>& value );
484 sc_port_base* m_output_p; // Single write port verify field.
557 // object instance by keeping track of the process performing the write.
853 inline void sc_signal<sc_dt::sc_biguint<W> >::write(
859 inline void sc_signal<sc_dt::sc_biguint<W> >::write(
865 inline void sc_signal<sc_dt::sc_biguint<W> >::write( const sc_dt::sc_biguint<W>& value )
869 SC_TEMPLATE // Write a portion of a value. If this is the first write in
888 SC_TEMPLATE // Write a portion of a value. If this is the first write in
897 SC_TEMPLATE // Write a portion of a value. If this is the first write in
907 SC_TEMPLATE // Write a portion of a value. If this is the first write in
1366 (*this)->write( *m_init_val_p );
1388 iface->write( value_ );
1437 { (*this)->write( (const sc_dt::sc_unsigned&)new_val ); }
1439 { sc_dt::sc_unsigned aa(W); aa = new_val; (*this)->write( aa ); }
1441 { (*this)->write(new_val); }
1443 { (*this)->write((sc_dt::int64)new_val); }
1445 { (*this)->write((sc_dt::int64)new_val); }
1447 { (*this)->write((sc_dt::int64)new_val); }
1449 { (*this)->write((sc_dt::uint64)new_val); }
1451 { (*this)->write((sc_dt::uint64)new_val); }
1453 { (*this)->write((sc_dt::uint64)new_val); }
1455 { (*this)->write((sc_dt::uint64)new_val); }
1461 (*this)->write(temp);
1464 { (*this)->write(new_val); }
1466 { (*this)->write(new_val); }
1468 { (*this)->write((sc_dt::sc_biguint<W>)new_val); }
1470 { (*this)->write((sc_dt::sc_biguint<W>)new_val); }
1472 inline void write( const sc_in<sc_dt::sc_biguint<W> >& new_val )
1473 { (*this)->write( new_val.read() ); }
1474 inline void write( const sc_inout<sc_dt::sc_biguint<W> >& new_val )
1475 { (*this)->write( new_val.read() ); }
1476 inline void write( const sc_dt::sc_biguint<W>& new_val )
1477 { (*this)->write( new_val ); }
1588 { (*this)->write( (const sc_dt::sc_unsigned&)new_val ); }
1590 { sc_dt::sc_unsigned aa(W); aa = new_val; (*this)->write( aa ); }
1592 { (*this)->write(new_val); }
1594 { (*this)->write((sc_dt::uint64)new_val); }
1596 { (*this)->write((sc_dt::uint64)new_val); }
1598 { (*this)->write((sc_dt::uint64)new_val); }
1600 { (*this)->write((sc_dt::uint64)new_val); }
1602 { (*this)->write((sc_dt::uint64)new_val); }
1604 { (*this)->write((sc_dt::uint64)new_val); }
1606 { (*this)->write((sc_dt::uint64)new_val); }
1612 (*this)->write(temp);
1615 { (*this)->write(new_val); }
1617 { (*this)->write(new_val); }
1619 { (*this)->write((sc_dt::sc_biguint<W>)new_val); }
1621 { (*this)->write((sc_dt::sc_biguint<W>)new_val); }