Remove extraneous code

This commit is contained in:
Alex Forencich
2020-12-31 03:11:51 -08:00
parent c63d65bb87
commit f6823fc8fd
3 changed files with 0 additions and 3 deletions

View File

@@ -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])