Skip to content
Snippets Groups Projects
Commit 6c9f31f0 authored by auphelia's avatar auphelia
Browse files

[Test] Change input argument to clock period for make_pynq_proj and...

[Test] Change input argument to clock period for make_pynq_proj and create_stitched_ip  transformation
parent b88c93e3
No related branches found
No related tags found
No related merge requests found
......@@ -164,8 +164,7 @@ def test_end2end_tfc_w1a1_gen_hls_ip():
def test_end2end_tfc_w1a1_ip_stitch():
model = ModelWrapper(build_dir + "/end2end_tfc_w1a1_ipgen.onnx")
model = model.transform(ReplaceVerilogRelPaths())
fclk_MHz = 1 / (target_clk_ns * 0.001)
model = model.transform(CreateStitchedIP(test_fpga_part, fclk_MHz))
model = model.transform(CreateStitchedIP(test_fpga_part, target_clk_ns))
model.save(build_dir + "/end2end_tfc_w1a1_ipstitch.onnx")
......
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