Commit d8ae2b06 authored by Jan Kiene's avatar Jan Kiene
Browse files

don't compare bitstreams when creating references

parent 481a7b16
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -161,6 +161,7 @@ def run_check(
        add_option_list=options + [str(f) for f in metadata],
    )

    if not is_ref_creation:
        if not is_be_to_ref(dut_bitstream):
            pytest.fail(f"Bitstream file differs from reference")