Skip to content

Commit

Permalink
[Tests] Fix end2end cybsec_mlp test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnoel committed Jan 12, 2024
1 parent 01c0ee5 commit b7eb38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end2end/test_end2end_cybsec_mlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def test_end2end_cybsec_mlp_build():
assert est_cycles_dict["MatrixVectorActivation_1"] == 64
with open(est_res_report, "r") as f:
est_res_dict = json.load(f)
assert est_res_dict["total"]["LUT"] == 7904.0
assert est_res_dict["total"]["LUT"] == 7899.0
assert est_res_dict["total"]["BRAM_18K"] == 36.0
shutil.copytree(output_dir + "/deploy", get_checkpoint_name("build"))
shutil.rmtree(get_checkpoint_name("build"))

0 comments on commit b7eb38c

Please sign in to comment.