forked from M-Labs/artiq
phaser: remove ad9154 from mem_map
This commit is contained in:
parent
7e5a301a27
commit
45f510bcdc
|
@ -157,7 +157,6 @@ class Phaser(MiniSoC, AMPSoC):
|
||||||
"rtio": 0x20000000,
|
"rtio": 0x20000000,
|
||||||
"rtio_dma": 0x30000000,
|
"rtio_dma": 0x30000000,
|
||||||
"mailbox": 0x70000000,
|
"mailbox": 0x70000000,
|
||||||
"ad9154": 0x50000000,
|
|
||||||
}
|
}
|
||||||
mem_map.update(MiniSoC.mem_map)
|
mem_map.update(MiniSoC.mem_map)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue