TerosTechnology / vscode-terosHDL

VHDL and Verilog/SV IDE: state machine viewer, linter, documentation, snippets... and more!
https://terostechnology.github.io/terosHDLdoc/
GNU General Public License v3.0
572 stars 46 forks source link

Quartus 23.1 fails to execute #579

Closed kbleeke closed 9 months ago

kbleeke commented 9 months ago

Describe the bug I have Quartus Lite 23.1 installed. When I try to click the Compile Task, The following log message appears

2024-02-17 11:36:41.720 [info] 'C:\intelFPGA_lite\23.1std\quartus\bin64\quartus_ipgenerate' is not recognized as an internal or external command, operable program or batch file.

The path to the quartus installation is correct, however the "quartus_ipgenerate" program is missing.

To Reproduce

Please complete the following information:

qarlosalberto commented 9 months ago

Are you using TerosHDL 6.X ?

El sáb., 17 feb. 2024 11:41, Kai Bleeke @.***> escribió:

Describe the bug I have Quartus Lite 23.1 installed. When I try to click the Compile Task, The following log message appears

2024-02-17 11:36:41.720 [info] 'C:\intelFPGA_lite\23.1std\quartus\bin64\quartus_ipgenerate' is not recognized as an internal or external command, operable program or batch file.

The path to the quartus installation is correct, however the "quartus_ipgenerate" program is missing.

To Reproduce

  • Try to compile a project with Quartus 23.1

Please complete the following information:

  • OS: Windows 11
  • VSCode version version 1.86.2
  • Extension Version v6.0.0 prerelease

— Reply to this email directly, view it on GitHub https://github.com/TerosTechnology/vscode-terosHDL/issues/579, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNN4RZIF3WXRUPBSE6P54LYUCCOXAVCNFSM6AAAAABDNG6NFCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEZTSOJUGIZDENA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

kbleeke commented 9 months ago

Yes, I was using the most recent pre-release (as of yesterday) from the vscode marketplace.

qarlosalberto commented 9 months ago

You need Quartus Pro >= 23.3

https://terostechnology.github.io/terosHDLdoc/docs/next/tool_manager/tools/quartus/getting-started

El dom., 18 feb. 2024 15:16, Kai Bleeke @.***> escribió:

Yes, I was using the most recent pre-release (as of yesterday) from the vscode marketplace.

— Reply to this email directly, view it on GitHub https://github.com/TerosTechnology/vscode-terosHDL/issues/579#issuecomment-1951339071, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNN4R57KA2PEDEYX35UI2LYUIEMDAVCNFSM6AAAAABDNG6NFCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJRGMZTSMBXGE . You are receiving this because you commented.Message ID: @.***>

kbleeke commented 9 months ago

The Pro version doesn't seem to support the MAX 10 (what I'm trying to target). But i guess that is Intel's fault.