Searched refs:end_on_eot (Results 1 - 5 of 5) sorted by relevance

/gem5/src/dev/serial/
H A DUart.py59 end_on_eot = Param.Bool(False, "End the simulation when a EOT is "\
60 "received on the UART") variable in class:SimpleUart
H A Dsimple.cc50 endOnEOT(p->end_on_eot)
/gem5/src/dev/arm/
H A Dpl011.cc61 gic(p->gic), endOnEOT(p->end_on_eot), intNum(p->int_num),
H A DRealView.py358 end_on_eot = Param.Bool(False, "End the simulation when a EOT is received on the UART") variable in class:Pl011
/gem5/configs/common/
H A DFSConfig.py285 self.realview.uart[0].end_on_eot = True

Completed in 14 milliseconds