HLS examples
Win10: Q18.1 WebPack(Free) + MS Visual Studio Community(Free)
- Run VS2015 x64 Native tools command promt
- run "c:\intelFPGA_pro\18.1\hls\init_hls.bat"
- change dir to your local folder "cd c:\Users..\Documents\2019\HLS\git\HLS\prefixsum"
- run "build.bat"
Ubuntu 18q 18.1_lite
- Run terminal
- go to ..intelFPGA_lite\18.1\hls
- modify makefile export PATH=$PATH:/home/segreyb/intelFPGA/18.1/modelsim_ase/linuxaloem
- type "source init_hls.sh"
Here is how to install GCC 4.4.7 on Ubuntu 18.04:
sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu/ trusty main' sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu/ trusty universe' sudo apt update sudo apt install gcc-4.4
https://titanwolf.org/Network/Articles/Article?AID=ad9fdb77-9b9f-4ccd-b7f7-ecb4cebc4cd0 don't forget to install libs!! sudo apt-get install g++-4.4-multilib