gem5: disable SLICC_HTML=True until it gets fixed

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-02-20 00:00:02 +00:00
parent 8447a9a8a7
commit 447eab97c6
2 changed files with 4 additions and 2 deletions

View File

@@ -12319,7 +12319,7 @@ The relevant source files live in the source tree under:
src/mem/protocol/MESI_Two_Level*
....
We already pass the `SLICC_HTML` flag by default to the build, which generates an HTML summary of each memory protocol under:
We already pass the `SLICC_HTML` flag by default to the build, which generates an HTML summary of each memory protocol under (TODO broken: https://gem5.atlassian.net/browse/GEM5-357[]):
....
xdg-open "$(./getvar --arch aarch64 --gem5-build-id ruby gem5_build_build_dir)/ARM/mem/protocol/html/index.html"