core/controller: enable auto_precharge by default

This commit is contained in:
Florent Kermarrec 2018-08-15 17:04:16 +02:00
parent bba491396f
commit ad8438f5d3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class ControllerSettings:
def __init__(self, cmd_buffer_depth=8, read_time=32, write_time=16,
with_bandwidth=False,
with_refresh=True,
with_auto_precharge=False):
with_auto_precharge=True):
self.cmd_buffer_depth = cmd_buffer_depth
self.read_time = read_time
self.write_time = write_time