この記事ではVisual Stuido Codeに慣れている皆さんがIntel® Quartus® Primeソフトウェアが読み出すテキストエディタとして使用する方法を説明します。
Intel® Quartus® Primeソフトウェアには外部テキストエディタを設定するプリセットがいくつか用意されていますが、Visual Studio Codeは現時点でプリセットがないのでカスタム設定をする必要があります。
メニューからTools > Options > Preferred Text Editorの画面でText editor:をCustomに、Command-line:に
"C:/Users/[User Name]/AppData/Local/Programs/Microsoft VS Code/Code.exe" -g %f:%l
を入力して完了です。これでエラーメッセージなどをクリックすると当該箇所をVisual Studio Codeに渡して開いてくれます。""の中はVisual Studio Codeの実行ファイルを指定するので、皆さんの環境のパスを使用してください。
This article explains how to set Visual Studio Code as the preferred text editor of Intel® Quartus® Prime software.
Intel® Quartus® Prime has some presets for the external preferred text editors. But, currently Visual Studio Code preset is not prepared yet. You can use the custom setting to use Visual Studio Code.
From the menue of Intel® Quartus® Prime software, Tools > Options > Preferred Text Editor. On the window, select Custom for Text Editor:, put:
"C:/Users/[User Name]/AppData/Local/Programs/Microsoft VS Code/Code.exe" -g %f:%l
to Command-line: field.
Now Visual Studio Code opens the line of the RTL files and SDC files when you click the error messages issued by Intel® Quartus® Prime software. The path in "" should be different per your environment. Your path for Visual Studio execution file should be use in it.
Notices & Disclaimers
Intel technologies may require enabled hardware, software, or service activation.
No product or component can be absolutely secure.
Your costs and results may vary.
© Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others.
#iamintel