71a72,78
> # If elastic trace generation is enabled, make sure the memory system is
> # minimal so that compute delays do not include memory access latencies.
> # Configure the compulsory L1 caches for the O3CPU, do not configure
> # any more caches.
> if options.l2cache and options.elastic_trace_en:
> fatal("When elastic trace is enabled, do not configure L2 caches.")
>