phy/mode: Switch litedram.common imports to * to also import get_default_cl_cwl/get_sys_latency.
This commit is contained in:
parent
5a4ed3d204
commit
fd8d6f8334
|
@ -11,7 +11,7 @@
|
|||
|
||||
from migen import *
|
||||
|
||||
from litedram.common import burst_lengths, PhySettings
|
||||
from litedram.common import *
|
||||
from litedram.phy.dfi import *
|
||||
from litedram.modules import _speedgrade_timings, _technology_timings
|
||||
|
||||
|
|
Loading…
Reference in New Issue