Searched refs:tx (Results 1 - 10 of 10) sorted by relevance

/gem5/src/systemc/tests/systemc/tracing/wif_trace/pct1/
H A Dmonitor.cpp45 printf("%x", tx.read());
H A Dmain.cpp40 #include "tx.h"
45 sc_signal<bool> tx; local
52 tx = true;
57 sio_tx TX("Transmitter", clock, two_stop_bits, tx);
58 monitor MON("Monitor", clock, tx, dout, wr);
61 sc_trace(tf, tx, "Tx");
H A Dtx.cpp22 tx.cpp --
41 #include "tx.h"
49 tx.write(false);
55 tx.write (c & 0x1);
61 tx.write(parity);
66 tx.write(true);
68 tx.write(true);
71 tx.write(true);
82 tx.write(true);
H A Dmonitor.h45 sc_in<bool> tx; local
55 : tx(TX), dout(DOUT), wr(WR)
H A Dtx.h22 tx.h --
38 /* Filename tx.h */
49 sc_out<bool> tx; local
56 : two_stop_bits(TWO_STOP_BITS), tx(TX)
/gem5/src/dev/net/
H A Ddist_etherlink.cc247 TxLink *tx,
250 EtherInt(name), txLink(tx)
252 tx->setLocalInt(this);
254 tx->setDistInt(m);
246 LocalIface(const std::string &name, TxLink *tx, RxLink *rx, DistIface *m) argument
H A Detherlink.cc102 EtherLink::Interface::Interface(const string &name, Link *tx, Link *rx) argument
103 : EtherInt(name), txlink(tx)
105 tx->setTxInt(this);
H A Ddist_etherlink.hh189 LocalIface(const std::string &name, TxLink *tx, RxLink *rx,
/gem5/src/dev/arm/
H A Dkmi.cc163 ints.tx = value ? 1 : 0;
202 tmp_interrupt.tx = rawInterrupts.tx & control.txint_enable;
H A Dkmi.hh103 Bitfield<1> tx; member in class:Pl050

Completed in 11 milliseconds