You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to build using the fpga_flow. I am getting the following error while expecting the build steps.
Traceback (most recent call last):
File "/home/neurolab3/pradeep/finn-brevitas/finn/src/finn/builder/build_dataflow.py", line 171, in build_dataflow_cfg
model = transform_step(model, cfg)
File "/home/neurolab3/pradeep/finn-brevitas/finn/src/finn/builder/build_dataflow_steps.py", line 603, in step_set_fifo_depths
model = model.transform(
File "/home/neurolab3/pradeep/finn-brevitas/finn/deps/qonnx/src/qonnx/core/modelwrapper.py", line 140, in transform
(transformed_model, model_was_changed) = transformation.apply(transformed_model)
File "/home/neurolab3/pradeep/finn-brevitas/finn/src/finn/transformation/fpgadataflow/set_fifo_depths.py", line 394, in apply
sim = verilator_fifosim(model, n_inputs)
File "/home/neurolab3/pradeep/finn-brevitas/finn/src/finn/util/pyverilator.py", line 255, in verilator_fifosim
with open(build_dir + "/results.txt", "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/neurolab3/pradeep/finn-brevitas/finn/tutorials/finn_build//verilator_fifosim_gk180w6j/results.txt'
> /home/neurolab3/pradeep/finn-brevitas/finn/src/finn/util/pyverilator.py(255)verilator_fifosim()
The error happens in step "step_set_fifo_depths". It seems the Vfinn wrapper built is not able to run. When I try to run it outside of build steps, I get the following error:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am trying to build using the fpga_flow. I am getting the following error while expecting the build steps.
The error happens in step "step_set_fifo_depths". It seems the Vfinn wrapper built is not able to run. When I try to run it outside of build steps, I get the following error:
Below is the docker image (output of "docker ps")
xilinx/finn:v0.9-2-gb3bdff11-dirty.xrt_202210.2.13.466_18.04-amd64-xrt
Any help would be greatly appreciated.
Thanks
Pradeep
Beta Was this translation helpful? Give feedback.
All reactions