Git Product home page Git Product logo

Comments (4)

Nitcloud avatar Nitcloud commented on June 16, 2024

This Error means this extension did not launch. Click help -> Toggle Developer Tools , and check out the Cnsole, if there are some errors.

from digital-ide.

Tsegorah1 avatar Tsegorah1 commented on June 16, 2024

This is what it shows:
INFO UNRESPONSIVE extension host: starting to profile NOW
log.ts:307 WARN UNRESPONSIVE extension host: 'sterben.fpga-support' took 93% of 5452.182ms, saved PROFILE here: 'file:///c%3A/Users/PC/AppData/Local/Temp/exthost-1bc96f.cpuprofile' (2) [{…}, {…}]
There is no such errors with other extensions like VHDL LS.

from digital-ide.

Tsegorah1 avatar Tsegorah1 commented on June 16, 2024

I've solved this problem after setting PRJ file limit number from 5000 to 200.
Can I ask another question here? What should I write in property.json to make the extension see my files? I tried:
"PRJ_STRUCTURE": "customer",
"PRJ_Path": "${workspace}",
"HardwareSrc": "${workspace}"
but it gives an error:
Activating extension 'sterben.fpga-support' failed: Cannot read properties of undefined (reading 'replace').

from digital-ide.

Nitcloud avatar Nitcloud commented on June 16, 2024

You have missed some properties that were not set, the full example is as follows:

{
    "TOOL_CHAIN": "xilinx",
    "PRJ_NAME": {
        "FPGA": "temp"
    },

    "PRJ_STRUCTURE": "customer",

    "PRJ_Path": "D:/Project",
    "HardwareSrc": "${workspace}",
    "HardwareSim" : "${workspace}",
    "HardwareData" : "${workspace}",
    "SoftwareSrc" : "${workspace}",
    "SoftwareData" : "${workspace}",

    "SOC_MODE": {
        "soc": "none"
    },
    "enableShowlog": false,
    "Device": "xc7a35tcsg324-1"
}

"PRJ_Path" does not support "${workspace}", it needs an absolute path.
Finally I don't recommend setting the project path and the source path to be the same, this may cause the plugin to get stuck.

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.