Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
azaidy committed Sep 6, 2024
1 parent d10526c commit 7af56e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions umi/sumi/tests/test_crossbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

import pytest
import multiprocessing
import random
from switchboard import UmiTxRx, random_umi_packet, delete_queue
from switchboard import UmiTxRx, delete_queue


@pytest.mark.skip(reason="Crossbar asserts output valid even when in reset")
Expand Down
1 change: 0 additions & 1 deletion umi/sumi/tests/test_mux.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def test_round_robin_arb(sumi_dut):

# Instantiate TX and RX queues
inq = [UmiTxRx(f'client2rtl_{x}.q', '', fresh=True) for x in range(2)]
outq = UmiTxRx('', f'rtl2client_0.q', fresh=True)

# launch the simulation
sumi_dut.simulate(
Expand Down

0 comments on commit 7af56e8

Please # to comment.