Giter VIP home page Giter VIP logo

Comments (4)

freaksie avatar freaksie commented on May 28, 2024

@jsncepu May I ask which HLS backend are you using? I would suggest checking the path for that HLS backend

from hls4ml.

jsncepu avatar jsncepu commented on May 28, 2024

@jsncepu May I ask which HLS backend are you using? I would suggest checking the path for that HLS backend

I use vivado 2020.1 as backend. I can complete build process for part1 and part2 tutorials by inputing the command for example "hls4ml build -p model_1/hls4ml/prj" in the terminal. The project can be successfully built and report the csim, cosim and synth results. However, for part4 and part7a, the command doesn't work and remind me that configuration file is not found. It's weird enough.

from hls4ml.

freaksie avatar freaksie commented on May 28, 2024
import os
os.environ['PATH']+= os.pathsep + '/opt/Xilinx/Vivado/2020.1/bin'

@jsncepu Can you try this snippet in your ipynb file, changing the path according to your vivado path? If it doesn't work, please print the value of os.environ['PATH'] here.
I hope this helps.
Thank you.

from hls4ml.

jsncepu avatar jsncepu commented on May 28, 2024
import os
os.environ['PATH']+= os.pathsep + '/opt/Xilinx/Vivado/2020.1/bin'

@jsncepu Can you try this snippet in your ipynb file, changing the path according to your vivado path? If it doesn't work, please print the value of os.environ['PATH'] here. I hope this helps. Thank you.

Hi, I can build successfully by inputing the command vivado_hls build -f build_prj.tcl "csim=1 synth=1 cosim=1 vsynth=1" first and inputing the command vivado -stack 2000 -mode batch -source design.tcl to obtain the bitstream and hwh files etc. But I still cannot build the model from jupyter directly. But now, it doesn't matter for me.

from hls4ml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.