diff options
Diffstat (limited to 'configs/dram')
-rw-r--r-- | configs/dram/sweep.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dram/sweep.py b/configs/dram/sweep.py index 8459f9d00..368e39488 100644 --- a/configs/dram/sweep.py +++ b/configs/dram/sweep.py @@ -101,6 +101,7 @@ system.mmap_using_noreserve = True options.mem_channels = 1 options.external_memory_system = 0 options.tlm_memory = 0 +options.elastic_trace_en = 0 MemConfig.config_mem(options, system) # the following assumes that we are using the native DRAM |