From 801ad8d3f77ea90c6a7e242ad1d0fecebfe642b1 Mon Sep 17 00:00:00 2001 From: Larry Ruckman Date: Thu, 20 Jul 2023 15:43:23 -0700 Subject: [PATCH] code clean up --- axi/axi-stream/tb/AxiStreamDemuxMuxTb.vhd | 2 +- tests/test_LineCode10b12bTb.py | 2 +- tests/test_LineCode12b14bTb.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/axi/axi-stream/tb/AxiStreamDemuxMuxTb.vhd b/axi/axi-stream/tb/AxiStreamDemuxMuxTb.vhd index 4300c9d7a3..330106d80e 100644 --- a/axi/axi-stream/tb/AxiStreamDemuxMuxTb.vhd +++ b/axi/axi-stream/tb/AxiStreamDemuxMuxTb.vhd @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------- -- Company : SLAC National Accelerator Laboratory ------------------------------------------------------------------------------- --- Description: IP Integrator Wrapper for surf.AxiStreamFifoV2 +-- Description: surf.AxiStreamDemux/surf.AxiStreamMux cocoTB testbed ------------------------------------------------------------------------------- -- This file is part of 'SLAC Firmware Standard Library'. -- It is subject to the license terms in the LICENSE.txt file found in the diff --git a/tests/test_LineCode10b12bTb.py b/tests/test_LineCode10b12bTb.py index ed76db45ca..099cb906e3 100644 --- a/tests/test_LineCode10b12bTb.py +++ b/tests/test_LineCode10b12bTb.py @@ -157,7 +157,7 @@ def test_LineCode10b12bTb(parameters): parameters = parameters, # The directory used to compile the tests. (default: sim_build) - sim_build = f'{tests_dir}/sim_build/{tests_module}.', + sim_build = f'{tests_dir}/sim_build/{tests_module}', # A dictionary of extra environment variables set in simulator process. extra_env=parameters, diff --git a/tests/test_LineCode12b14bTb.py b/tests/test_LineCode12b14bTb.py index fdd4c0f817..f429e68937 100644 --- a/tests/test_LineCode12b14bTb.py +++ b/tests/test_LineCode12b14bTb.py @@ -221,7 +221,7 @@ def test_LineCode12b14bTb(parameters): parameters = parameters, # The directory used to compile the tests. (default: sim_build) - sim_build = f'{tests_dir}/sim_build/{tests_module}.', + sim_build = f'{tests_dir}/sim_build/{tests_module}', # A dictionary of extra environment variables set in simulator process. extra_env=parameters,