Giter VIP home page Giter VIP logo

Comments (3)

tymonx avatar tymonx commented on August 19, 2024

Hi,

If you don't have installed Intel Quartus Lite/Standard/Pro software or CMake cannot find it, you will get this kind of error. Your CMake should generate something like this (example):

-- Found Threads: TRUE
-- Threads enabled
-- Found Vivado: /home/fpga/tools/xilinx/vivado/2017.3/Vivado/2017.3/bin/vivado
-- Found Quartus: /home/fpga/tools/intel/quartus/pro/17.1/quartus/bin/quartus
-- Found ModelSim: /home/fpga/tools/intel/quartus/pro/17.1/modelsim_ae/bin/vsim

It is missing functionality in Logic project to disable HDL dependencies per missing vendor tools.

Files that must be fixed:

  • rtl/logic/basic/queue/CMakeLists.txt
  • rtl/logic/basic/synchronizer/CMakeLists.txt
  • rtl/logic/clock/domain_crossing/CMakeLists.txt

Also QUARTUS_FOUND variable must be used to disable unit tests for Intel parts.

I will try to fix it today or you can provide patch/merge request :)

from logic.

tymonx avatar tymonx commented on August 19, 2024

Hi again,

Now Quartus and ModelSim are optional to build Logic project. Fixed in latest master: 14e57bd

I hope that this was your case. Let me know if I may close the issue.

from logic.

mickaelgnb avatar mickaelgnb commented on August 19, 2024

Yes it works, now I am able to build.

You can close the issue.

Thanks !

from logic.

Related Issues (1)

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.