soc/core/xadc: cleanup, simplify and add expose_drp method - keep CSR ordering with...
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 4 Jan 2020 22:59:04 +0000 (23:59 +0100)
committerbunnie <bunnie@kosagi.com>
Sun, 5 Jan 2020 01:13:14 +0000 (09:13 +0800)
commit4dc0a614281968cae3fa579d608d3ef05656e5fd
tree5e54aacbe50330b0d4bfcb960f7a1fc9f11b8dad
parent5eec7432b8807205c289b512be2bccfbf128786a
soc/core/xadc: cleanup, simplify and add expose_drp method - keep CSR ordering with older version, requested for software compatibility. - always enable analog capability (user will just not use it if not needed). - add expose_drp method (similar to clock.py) for cases where DRP is needed.
litex/soc/cores/xadc.py