Skip to content

Commit

Permalink
switch to lambdalib 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Mar 5, 2024
1 parent cc87b92 commit bdfd281
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lumi/testbench/test_lumi.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from pathlib import Path
from argparse import ArgumentParser
from switchboard import SbDut, UmiTxRx, delete_queue
from lambdalib import lambdalib
import lambdalib


def build_testbench(topo="2d", trace=False):
Expand Down
2 changes: 1 addition & 1 deletion lumi/testbench/test_lumi_rnd.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from pathlib import Path
from argparse import ArgumentParser
from switchboard import SbDut, UmiTxRx, delete_queue
from lambdalib import lambdalib
import lambdalib


def build_testbench(topo="2d", trace=False):
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
lambdalib==0.1.5
lambdalib==0.2.0
switchboard-hw
flake8 == 7.0.0
2 changes: 1 addition & 1 deletion umi/testbench/test_crossbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from switchboard import (
UmiTxRx, random_umi_packet, delete_queue,
verilator_run, SbDut)
from lambdalib import lambdalib
import lambdalib


def build_testbench():
Expand Down
2 changes: 1 addition & 1 deletion umi/testbench/test_fifo.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pathlib import Path
from argparse import ArgumentParser
from switchboard import SbDut, UmiTxRx, delete_queue, verilator_run
from lambdalib import lambdalib
import lambdalib

THIS_DIR = Path(__file__).resolve().parent

Expand Down
2 changes: 1 addition & 1 deletion umi/testbench/test_fifo_flex.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pathlib import Path
from argparse import ArgumentParser
from switchboard import SbDut, UmiTxRx, delete_queue, verilator_run
from lambdalib import lambdalib
import lambdalib

THIS_DIR = Path(__file__).resolve().parent

Expand Down
2 changes: 1 addition & 1 deletion umi/testbench/test_mem_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pathlib import Path
from argparse import ArgumentParser
from switchboard import SbDut, UmiTxRx, delete_queue, verilator_run
from lambdalib import lambdalib
import lambdalib

THIS_DIR = Path(__file__).resolve().parent

Expand Down
2 changes: 1 addition & 1 deletion umi/testbench/test_regif.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pathlib import Path
from argparse import ArgumentParser
from switchboard import SbDut, UmiTxRx, delete_queue, verilator_run
from lambdalib import lambdalib
import lambdalib

THIS_DIR = Path(__file__).resolve().parent

Expand Down
2 changes: 1 addition & 1 deletion utils/testbench/test_umi2tl_np.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pathlib import Path
from argparse import ArgumentParser
from switchboard import SbDut, UmiTxRx, delete_queue, verilator_run
from lambdalib import lambdalib
import lambdalib


def build_testbench(topo="2d"):
Expand Down
2 changes: 1 addition & 1 deletion utils/testbench/test_umi_address_remap.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pathlib import Path
from argparse import ArgumentParser
from switchboard import SbDut, UmiTxRx, delete_queue, verilator_run, random_umi_packet
from lambdalib import lambdalib
import lambdalib


def build_testbench(topo="2d"):
Expand Down
2 changes: 1 addition & 1 deletion utils/testbench/test_umi_packet_merge_greedy.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pathlib import Path
from argparse import ArgumentParser
from switchboard import SbDut, UmiTxRx, delete_queue, verilator_run, random_umi_packet
from lambdalib import lambdalib
import lambdalib


def build_testbench(topo="2d"):
Expand Down

0 comments on commit bdfd281

Please sign in to comment.