GithubHelp home page GithubHelp logo

Comments (5)

teckc avatar teckc commented on August 11, 2024

Well, I solved the python problem by add the following lines in tcl script.

unset ::env(PYTHONPATH)
unset ::env(PYTHONHOME)

set ::env(PYTHONPATH) "C:/Program Files/Python38/python38.zip:C:/Program Files/Python38/DLLs:C:/Program Files/Python38/lib:C:/Program Files/Python38:C:/Program Files/Python38/lib/site-packages"
set ::env(PYTHONHOME) "C:/Program Files/Python38"

But there are still some other problems.

image

I think maybe there is something wrong when initializing the project.

from digital-ide.

teckc avatar teckc commented on August 11, 2024

After comment-out the codes, the script can run now.

image

image

And I have to recover it after adding IP cores, I think.

from digital-ide.

Nitcloud avatar Nitcloud commented on August 11, 2024

Thank you for your question. This plug-in was not designed for IP and bd at the beginning, while the IP of cortexM3 was added temporarily. I also encountered some problems when I used it today, and I will fix the bug in the near future.In addition, I used version 3.6 of python, with the environment variable added.Finally, if you have any questions, please feel free to ask here.

from digital-ide.

Nitcloud avatar Nitcloud commented on August 11, 2024

In addition, I recommend that you can change the “glob” directive to the “glob-nocomplain /user/Hardware/ src/.bd”.
Like:
foreach bd_file [glob -nocomplain ./user/src/
.bd] {
add_file $bd_file -quiet
}
Because the direct add_file directive cannot be added to the project when bd files are in the src folder.

from digital-ide.

Nitcloud avatar Nitcloud commented on August 11, 2024

The bd design was removed in the updated version 0.1.4.Also, if the python version is 3.6 and the environment variable is not available after it has been set, remove comments about python environment variables from the plug-in's internal scripts
screenShot.png

from digital-ide.

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.