diff --git a/litex/soc/cores/xadc.py b/litex/soc/cores/xadc.py index 1a0cce530..21b07e097 100644 --- a/litex/soc/cores/xadc.py +++ b/litex/soc/cores/xadc.py @@ -321,10 +321,10 @@ class USPSystemMonitor(USSystemMonitor): analog_pads = analog_pads, ) -class ZyncUSPSystemMonitor(USSystemMonitor): +class ZynqUSPSystemMonitor(USSystemMonitor): def __init__(self, analog_pads=None): USSystemMonitor.__init__(self, - channels = ZyncUSPSystemMonitorChannels, + channels = ZynqUSPSystemMonitorChannels, primitive = "SYSMONE4", sim_device = "ZYNQ_ULTRASCALE", analog_pads = analog_pads,