
Where to install compiled device libraries for functional simulation in Quartus Prime Lite? I'm trying to use a vector waveform file in Quartus to conduct a functional simulation on my VHDL design using the simulation waveform tool. However it may not detect the functions or modules implemented in cv2 Set this: extension-pkg-whitelist=cv2 and you're good to go. Yes it is because the extension has not been installed. Extensions are loading into the active Python interpreter and may # A comma-separated list of package or module names from where C extensions may (I find this to be helpful if you work in a team or on different computers from the same repo)Īt the beginning of the generated. You can generate a pylint config file in the root of your project with this command:


However, the code runs correctly without any errors. PyLint not recognizing cv2 members I am running pylint on an opencv project and I am getting many pylint errors in VS code about members not being present.

In previous projects which I have made in the past (with an earlier version) it would contain more files with names conforming to the project.Īs it turns out other projects did simulate, so it was a small error in the source code:įor uut : edgedet use entity work.edgedet(behav) If I check the work-folder in the project's directory it looks like it contains a bunch of standard files but no project-related files. The code compiles with no errors/warnings. # ** Error: (vsim-3170) Could not find 'C:/Users/Andy/Google Drive/DigitaleSynthese/5-11-14/appl-layer/edgedetector/work.edgedet(behav)'. I have installed ModelSim on 2 different machines, and both give me the same error message:įor a simple edge detector project, here's what happens in the console after I do "Simulation - Start Simulation":

Error vsim-3170: ModelSim PE Student Edition 10.3d while starting simulation - vhdl On ModelSim I'm not able to start a simulation, for any of my projects.
