Commit fe9a3504 authored by Matthieu Cattin's avatar Matthieu Cattin

fmc_adc_spec: Fix wrong wishbone module base addresses.

parent 31ef596d
......@@ -39,8 +39,8 @@ class CFmcAdc100mSpec:
GNUM_DMA_CSR_ADDR = 0x1000
ONEWIRE_ADDR = 0x1100
CSR_ADDR = 0x1200
UTC_CORE_ADDR = 0x1300
IRQ_CONTROLLER_ADDR = 0x1400
UTC_CORE_ADDR = 0x2000
IRQ_CONTROLLER_ADDR = 0x1300
# Onewire core port
DS18B20_PORT = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment