systemc: Increase the stack size for the sc_main fiber to 8MB.
authorGabe Black <gabeblack@google.com>
Sat, 17 Nov 2018 02:01:30 +0000 (18:01 -0800)
committerGabe Black <gabeblack@google.com>
Mon, 19 Nov 2018 21:23:39 +0000 (21:23 +0000)
commit6c23320aa4db6ded42f019d2c833fd595f046a2d
treeab25c3c9de1841084b6ac80a0666188c965c0269
parent5bfde967dcbbfae884e343425da1fc069a9c4b86
systemc: Increase the stack size for the sc_main fiber to 8MB.

This is a reasonable size for a stack, and the default size for a stack
on Linux as determined by some quick Googling. The sc_main fiber would
normally use the primary program stack if run under the standard
systemc implementation, and so might expect to have more room to play
with.

Change-Id: Ie12344939e7b249da203630ebc7dc773a387d716
Reviewed-on: https://gem5-review.googlesource.com/c/14396
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/core/sc_main_fiber.hh