Skip to content
Snippets Groups Projects
Commit 57154c19 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Test] fix broken ZynqBuild end2end test for tfc-w1a1

parent c288f656
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ from finn.transformation.streamline.round_thresholds import RoundAndClipThreshol
from finn.util.basic import pynq_part_map
from finn.util.test import get_test_model_trained, load_test_checkpoint_or_skip
from finn.transformation.fpgadataflow.annotate_resources import AnnotateResources
from finn.transformation.infer_data_layouts import InferDataLayouts
from finn.transformation.fpgadataflow.make_zynq_proj import ZynqBuild
build_dir = "/tmp/" + os.environ["FINN_INST_NAME"]
......@@ -112,6 +112,7 @@ def test_end2end_zynqbuild_tfc_w1a1_convert_to_hls_layers():
model = model.transform(absorb.AbsorbMulIntoMultiThreshold())
model = model.transform(RoundAndClipThresholds())
model = model.transform(to_hls.InferBinaryStreamingFCLayer(mem_mode))
model = model.transform(InferDataLayouts())
model.save(build_dir + "/end2end_zynqbuild_tfc_w1a1_hls_layers.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