gem5: enable SLICC_HTML by default

No downsides as far as I see, so let's just test it by default.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-21 00:00:00 +00:00
parent 878eb0ad98
commit 3b192bacfc

View File

@@ -154,6 +154,9 @@ https://github.com/cirosantilli/linux-kernel-module-cheat-regression#gem5-unit-t
] +
gold_linker_cmd +
verbose +
[
'SLICC_HTML=True', LF,
] +
self.sh.add_newlines(targets) +
self.sh.add_newlines(self.env['extra_scons_args'])
),