From f6823fc8fddc8447657d15edec36d07ee887eb5d Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Thu, 31 Dec 2020 03:11:51 -0800 Subject: [PATCH] Remove extraneous code --- tests/axi/test_axi.py | 1 - tests/axil/test_axil.py | 1 - tests/axis/test_axis.py | 1 - 3 files changed, 3 deletions(-) diff --git a/tests/axi/test_axi.py b/tests/axi/test_axi.py index afe3ba2..902b7a3 100644 --- a/tests/axi/test_axi.py +++ b/tests/axi/test_axi.py @@ -311,7 +311,6 @@ if cocotb.SIM_NAME: # cocotb-test tests_dir = os.path.dirname(__file__) -rtl_dir = os.path.abspath(os.path.join(tests_dir, '..', '..', 'rtl')) @pytest.mark.parametrize("data_width", [8, 16, 32]) diff --git a/tests/axil/test_axil.py b/tests/axil/test_axil.py index ae226b7..ba8d5af 100644 --- a/tests/axil/test_axil.py +++ b/tests/axil/test_axil.py @@ -295,7 +295,6 @@ if cocotb.SIM_NAME: # cocotb-test tests_dir = os.path.dirname(__file__) -rtl_dir = os.path.abspath(os.path.join(tests_dir, '..', '..', 'rtl')) @pytest.mark.parametrize("data_width", [8, 16, 32]) diff --git a/tests/axis/test_axis.py b/tests/axis/test_axis.py index 65bcb1b..09bb471 100644 --- a/tests/axis/test_axis.py +++ b/tests/axis/test_axis.py @@ -147,7 +147,6 @@ if cocotb.SIM_NAME: # cocotb-test tests_dir = os.path.dirname(__file__) -rtl_dir = os.path.abspath(os.path.join(tests_dir, '..', '..', 'rtl')) @pytest.mark.parametrize("data_width", [8, 16, 32])