Skip to content
Snippets Groups Projects
Unverified Commit 79493efb authored by auphelia's avatar auphelia Committed by GitHub
Browse files

Merge pull request #722 from Xilinx/hotfix/ipstitch_test

[Tests] Fix ipstitch test for VitisBuild
parents 4a6b8110 111c6ef0
No related branches found
No related tags found
No related merge requests found
......@@ -348,6 +348,7 @@ def test_fpgadataflow_ipstitch_vitis_end2end(board, period_ns, extw):
model = load_test_checkpoint_or_skip(sdp_node.get_nodeattr("model"))
model = model.transform(GiveUniqueNodeNames())
model = model.transform(PrepareIP(fpga_part, period_ns))
model = model.transform(HLSSynthIP())
model = model.transform(VitisBuild(fpga_part, period_ns, platform))
model.save(ip_stitch_model_dir + "/test_fpgadataflow_ipstitch_vitis.onnx")
assert model.get_metadata_prop("platform") == "alveo"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment