Skip to content

Commit

Permalink
[Test] Add check for post synthesis json report in build dataflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
auphelia committed Apr 24, 2024
1 parent f2aa440 commit 7dbd811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/util/test_build_dataflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def test_end2end_build_dataflow_directory():
assert os.path.isfile(output_dir + "/bitfile/finn-accel.hwh")
assert os.path.isfile(output_dir + "/report/post_synth_resources.xml")
assert os.path.isfile(output_dir + "/report/post_route_timing.rpt")
assert os.path.isfile(output_dir + "/report/post_synth_resources.json")
# verification outputs
verif_batchsize = np.load(target_dir + "/input.npy").shape[0]
for i in range(verif_batchsize):
Expand Down

0 comments on commit 7dbd811

Please sign in to comment.