Lines Matching defs:write

219     // perform a part write.
381 virtual inline void write( const sc_in<sc_dt::sc_bigint<W> >& value );
382 virtual inline void write( const sc_inout<sc_dt::sc_bigint<W> >& value );
383 virtual inline void write( const sc_dt::sc_bigint<W>& value );
494 sc_port_base* m_output_p; // Single write port verify field.
567 // object instance by keeping track of the process performing the write.
790 SC_TEMPLATE // Register a port for write checking.
859 inline void sc_signal<sc_dt::sc_bigint<W> >::write( const sc_in<sc_dt::sc_bigint<W> >& value )
864 inline void sc_signal<sc_dt::sc_bigint<W> >::write( const sc_inout<sc_dt::sc_bigint<W> >& value )
869 inline void sc_signal<sc_dt::sc_bigint<W> >::write( const sc_dt::sc_bigint<W>& value )
883 SC_TEMPLATE // Write a portion of a value. If this is the first write in
892 SC_TEMPLATE // Write a portion of a value. If this is the first write in
901 SC_TEMPLATE // Write a portion of a value. If this is the first write in
911 SC_TEMPLATE // Write a portion of a value. If this is the first write in
1370 (*this)->write( *m_init_val_p );
1392 iface->write( value_ );
1440 { (*this)->write( new_val.read() ); }
1442 { sc_dt::sc_signed aa(W); aa = new_val; (*this)->write( aa ); }
1444 { (*this)->write(new_val); }
1446 { (*this)->write(new_val); }
1448 { (*this)->write((sc_dt::int64)new_val); }
1450 { (*this)->write((sc_dt::int64)new_val); }
1452 { (*this)->write((sc_dt::int64)new_val); }
1454 { (*this)->write((sc_dt::uint64)new_val); }
1456 { (*this)->write((sc_dt::uint64)new_val); }
1458 { (*this)->write((sc_dt::uint64)new_val); }
1464 (*this)->write(temp);
1467 { (*this)->write(new_val); }
1469 { (*this)->write(new_val); }
1471 { (*this)->write((sc_dt::sc_bigint<W>)new_val); }
1473 { (*this)->write((sc_dt::sc_bigint<W>)new_val); }
1475 inline void write( const sc_in<sc_dt::sc_bigint<W> >& new_val )
1476 { (*this)->write( new_val.read() ); }
1477 inline void write( const sc_inout<sc_dt::sc_bigint<W> >& new_val )
1478 { (*this)->write( new_val.read() ); }
1479 inline void write( const sc_dt::sc_bigint<W>& new_val )
1480 { (*this)->write( new_val); }
1591 { (*this)->write( (const sc_dt::sc_signed&)new_val ); }
1593 { sc_dt::sc_signed aa(W); aa = new_val; (*this)->write( aa ); }
1595 { (*this)->write(new_val); }
1597 { (*this)->write((sc_dt::uint64)new_val); }
1599 { (*this)->write((sc_dt::uint64)new_val); }
1601 { (*this)->write((sc_dt::uint64)new_val); }
1603 { (*this)->write((sc_dt::uint64)new_val); }
1605 { (*this)->write((sc_dt::uint64)new_val); }
1607 { (*this)->write((sc_dt::uint64)new_val); }
1609 { (*this)->write((sc_dt::uint64)new_val); }
1615 (*this)->write(temp);
1618 { (*this)->write(new_val); }
1620 { (*this)->write(new_val); }
1622 { (*this)->write((sc_dt::sc_bigint<W>)new_val); }
1624 { (*this)->write((sc_dt::sc_bigint<W>)new_val); }