- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi, I am so new to Intel FPGA products and softwares, I have installed Quartus Prime 18.1 Standard Edition / Model Sim - Intel FPGA Starter Edition 10.5b and Microsoft Visual Studio 2010 Professional as it is said in Intel High Level Synthesis Compiler Getting Started Guide. My quartus prime installation directory is "D:" since there is not enough disk space on "C:". Then I follow the steps to initialize Intel HLS Compiler Environment.
I have set user variables environment path and system variables environment path as given in picture then closed and reopened Visual Studio 2010 command prompt and tried again but I still got the same error given in picture.
- タグ:
- Hls
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi @SOZDO ,
Restart the system/PC after setting the variables environment.
Let me know if this has helped resolve the issue you are facing or if you need any further assistance.
Regards
Anand
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi @Anand ,
I have tried this method but unfortunately it did not work. I still got the same error. I have searched in forums and internet but could not find anything.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
HI,
The Error: Modelsim (vsim) is not on the path is related to environment variable. Which is used to check that we have Modelsim in our path.
I have below setting which is working fine.
PATH=C:\intelFPGA\18.1\modelsim_ase\win32aloem
VisualStudio=C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin
QUARTUS_ROOTDIR=C:\intelFPGA\18.1\quartus
Kindly retry by restarting the system also check if you have vsim.exe under C:\intelFPGA\18.1\modelsim_ase\win32aloem
Regards
Anand
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi @Anand ,
I have exactly same sttings with you except my quartus prime paths are under "D:", does it change anything?
There also exists vsim.exe under win32aloem.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi @SOZDO ,
Just checked init_hls.bat file but I find any clue. Also bat file is working from current directory and it set current directory as ROOTDIR.
I will work on it and update you soon.
Regards
Anand
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I have same configuration of environment USER variable as specified. Still I am getting the same error. I tried lot of things but still can not figure that out!
