Commit 45517869 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

fix SBA PLC dec tests

parent 9eaa3a96
Loading
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -1072,16 +1072,6 @@ def sba_dec(
    if sid == 1:
        tag_out += "_cut"

    # to avoid conflicting names in case of parallel test execution, differentiate all cases
    if pca:
        tag_out += "_pca"
    if gain_flag != -1:
        tag_out += f"_Gain{gain_flag}"
    if sid == 1:
        tag_out += "_SID"
    if plc_pattern is not None:
        tag_out += "_" + plc_pattern

    dut_pkt_file = f"{dut_base_path}/sba_bs/pkt/{tag_out}.192"
    ref_pkt_file = f"{reference_path}/sba_bs/pkt/{tag_out}.192"