core/controller: enable auto_precharge by default
This commit is contained in:
parent
bba491396f
commit
ad8438f5d3
|
@ -11,7 +11,7 @@ class ControllerSettings:
|
||||||
def __init__(self, cmd_buffer_depth=8, read_time=32, write_time=16,
|
def __init__(self, cmd_buffer_depth=8, read_time=32, write_time=16,
|
||||||
with_bandwidth=False,
|
with_bandwidth=False,
|
||||||
with_refresh=True,
|
with_refresh=True,
|
||||||
with_auto_precharge=False):
|
with_auto_precharge=True):
|
||||||
self.cmd_buffer_depth = cmd_buffer_depth
|
self.cmd_buffer_depth = cmd_buffer_depth
|
||||||
self.read_time = read_time
|
self.read_time = read_time
|
||||||
self.write_time = write_time
|
self.write_time = write_time
|
||||||
|
|
Loading…
Reference in New Issue