Commit d6d18b08 authored by norvell's avatar norvell
Browse files

Add fixes for test_sba.py encoder clipping check

parent 9f0171c9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -138,6 +138,7 @@ def test_pca_enc(

    if not decoder_only:
        sba_enc(
            record_property,
            dut_encoder_frontend,
            test_vector_path,
            ref_encoder_frontend,
@@ -271,6 +272,7 @@ def test_sba_enc_system(

    if not decoder_only:
        ref_stats_file, dut_stats_file = sba_enc(
            record_property,
            dut_encoder_frontend,
            test_vector_path,
            ref_encoder_frontend,
@@ -405,6 +407,7 @@ def test_spar_hoa2_enc_system(

    if not decoder_only:
        ref_stats_file, dut_stats_file = sba_enc(
            record_property,
            dut_encoder_frontend,
            test_vector_path,
            ref_encoder_frontend,
@@ -539,6 +542,7 @@ def test_spar_hoa3_enc_system(

    if not decoder_only:
        ref_stats_file, dut_stats_file = sba_enc(
            record_property,
            dut_encoder_frontend,
            test_vector_path,
            ref_encoder_frontend,
@@ -681,6 +685,7 @@ def test_sba_enc_BWforce_system(

    if not decoder_only:
        ref_stats_file, dut_stats_file = sba_enc(
            record_property,
            dut_encoder_frontend,
            test_vector_path,
            ref_encoder_frontend,
@@ -845,6 +850,7 @@ def test_sba_plc_system(

    if not decoder_only:
        sba_enc(
            record_property,
            dut_encoder_frontend,
            test_vector_path,
            ref_encoder_frontend,