Skip to content

Commit

Permalink
cores/can/ctu_can_fd: Remove pads.irq that was used as debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jul 5, 2024
1 parent 7ec35eb commit 3c2ddd1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions litex/soc/cores/can/ctu_can_fd.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ def __init__(self, platform, pads, timestamp=0, force_convert=False):
#o_test_probe = ,
)

self.comb += pads.irq.eq(self.irq)

def add_sources(self, platform):
sources = []
sdir = "CTU-CAN-FD"
Expand Down

0 comments on commit 3c2ddd1

Please sign in to comment.