mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc/cores/xadc: Fix refactoring issue (Zync -> Zynq :))
This commit is contained in:
parent
931b44ecd6
commit
106b2caaec
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue