Remove extraneous code
This commit is contained in:
@@ -311,7 +311,6 @@ if cocotb.SIM_NAME:
|
|||||||
# cocotb-test
|
# cocotb-test
|
||||||
|
|
||||||
tests_dir = os.path.dirname(__file__)
|
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])
|
@pytest.mark.parametrize("data_width", [8, 16, 32])
|
||||||
|
|||||||
@@ -295,7 +295,6 @@ if cocotb.SIM_NAME:
|
|||||||
# cocotb-test
|
# cocotb-test
|
||||||
|
|
||||||
tests_dir = os.path.dirname(__file__)
|
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])
|
@pytest.mark.parametrize("data_width", [8, 16, 32])
|
||||||
|
|||||||
@@ -147,7 +147,6 @@ if cocotb.SIM_NAME:
|
|||||||
# cocotb-test
|
# cocotb-test
|
||||||
|
|
||||||
tests_dir = os.path.dirname(__file__)
|
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])
|
@pytest.mark.parametrize("data_width", [8, 16, 32])
|
||||||
|
|||||||
Reference in New Issue
Block a user