Skip to content

Commit

Permalink
code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jul 20, 2023
1 parent 8a62434 commit 801ad8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion axi/axi-stream/tb/AxiStreamDemuxMuxTb.vhd
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_LineCode10b12bTb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_LineCode12b14bTb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 801ad8d

Please sign in to comment.