Searched refs:two_stop_bits (Results 1 - 3 of 3) sorted by relevance

/gem5/src/systemc/tests/systemc/tracing/wif_trace/pct1/
H A Dmain.cpp48 sc_signal<bool> two_stop_bits; local
56 two_stop_bits = true;
57 sio_tx TX("Transmitter", clock, two_stop_bits, tx);
H A Dtx.h48 sc_in<bool> two_stop_bits; local
56 : two_stop_bits(TWO_STOP_BITS), tx(TX)
H A Dtx.cpp65 if (two_stop_bits) {

Completed in 5 milliseconds