mirror of
https://github.com/rdolbeau/VintageBusFPGA_Common.git
synced 2026-04-10 22:41:16 +00:00
common sdram_init
This commit is contained in:
@@ -109,7 +109,7 @@ def startfb():
|
||||
class DDR3Addr(WishboneMaster):
|
||||
def __init__(self, sdram_dfii_base, ddrphy_base):
|
||||
# /!\ keep up to date with csr /!\
|
||||
self.sdram_dfii_base = sdram_dfii_base
|
||||
self.sdram_dfii_base = sdram_dfii_base
|
||||
self.sdram_dfii_control = self.sdram_dfii_base + 0x000
|
||||
self.sdram_dfii_pi0_command = self.sdram_dfii_base + 0x004
|
||||
self.sdram_dfii_pi0_command_issue = self.sdram_dfii_base + 0x008
|
||||
|
||||
Reference in New Issue
Block a user