Commit d6cd28b
Jack Hickish
move address space of adc5g controller
Move the ADC5g controller address space from
0x20000 - 0x2ffff to 0x10000 - 0x1ffff
so that it can operate in harmony with other ADCs, in the
slightly unusual case where a user wants two different
ZDOK ADCs on a single ROACH.
This fix is a bit lame, because most/all of the ADCs use the
same 0x20000 range for their controllers, so this commit
only attempts to solve the case where one adc is an ADC5g.
For example, an iADC + ADC16 still won't work.
The toolflow doesn't dynamically generate addresses on the fly,
so a proper fix would involve trawling the repo to find unused
address ranges which could be assigned to different kinds of ADC.1 parent bf4705d commit d6cd28b
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
313 | | - | |
| 312 | + | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
0 commit comments