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

[Build] change verification filename for step_qonnx_to_finn

parent cce53750
No related branches found
No related tags found
No related merge requests found
...@@ -219,7 +219,7 @@ def step_qonnx_to_finn(model: ModelWrapper, cfg: DataflowBuildConfig): ...@@ -219,7 +219,7 @@ def step_qonnx_to_finn(model: ModelWrapper, cfg: DataflowBuildConfig):
) )
if VerificationStepType.QONNX_TO_FINN_PYTHON in cfg._resolve_verification_steps(): if VerificationStepType.QONNX_TO_FINN_PYTHON in cfg._resolve_verification_steps():
verify_step(model, cfg, "initial_python", need_parent=False) verify_step(model, cfg, "qonnx_to_finn_python", need_parent=False)
return model return model
......
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