mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
gensoc: fix align
This commit is contained in:
parent
2cd80990e4
commit
bab6bb7c4a
1 changed files with 2 additions and 2 deletions
|
@ -139,8 +139,8 @@ class SDRAMSoC(GenSoC):
|
|||
csr_map = {
|
||||
"dfii": 6,
|
||||
"lasmicon": 7,
|
||||
"memtest_w": 8,
|
||||
"memtest_r": 9
|
||||
"memtest_w": 8,
|
||||
"memtest_r": 9
|
||||
}
|
||||
csr_map.update(GenSoC.csr_map)
|
||||
|
||||
|
|
Loading…
Reference in a new issue