Files
gem5/ext
Bobby R. Bruce 62d34ef374 misc: 'sim{out/err}' -> 'sim{out/err}.txt' (#250)
By default, the `--stderr-file` and `--stdout-file` arguments were
directing the simulator to output files named "simerr" and "simout"
respectively if an output redirect was requested.

A small annoyance is these files lack an extension meaning programs
refuse to open them, or don't do so withou additional effort. On many
systems they are assumed to scripts.

This patch adds the `.txt` extension to both, thus clearly indicating to
other programs these are text files and can be opened and read as such.
2023-09-27 17:36:03 -07:00
..
2017-12-14 00:27:59 +00:00
2023-08-18 15:43:14 -07:00
2022-02-10 16:57:10 +00:00
2019-12-06 10:15:24 +00:00