Skip to content

Commit

Permalink
removed AxiGpuAsyncCore
Browse files Browse the repository at this point in the history
  • Loading branch information
mmishra9 committed Aug 30, 2024
1 parent eeec6f2 commit 54d42e6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions firmware/python/l2si_drp/_DevKcu1500.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,8 @@ def __init__(self,
expand = False,
))

self.add(pcie.AxiGpuAsyncCore(
name = 'AxiGpuAsyncCore',
offset = 0x00D0_0000,
expand = False,
))

self.add(drp.I2CBus(
name = 'I2CBus',
offset = 0x00E0_0000,
expand = False,
))
))

0 comments on commit 54d42e6

Please sign in to comment.