Skip to content

SergeyBekrenyov/HLS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HLS

HLS examples

Win10: Q18.1 WebPack(Free) + MS Visual Studio Community(Free)

  1. Run VS2015 x64 Native tools command promt
  2. run "c:\intelFPGA_pro\18.1\hls\init_hls.bat"
  3. change dir to your local folder "cd c:\Users..\Documents\2019\HLS\git\HLS\prefixsum"
  4. run "build.bat"

Ubuntu 18q 18.1_lite

  1. Run terminal
  2. go to ..intelFPGA_lite\18.1\hls
  3. modify makefile export PATH=$PATH:/home/segreyb/intelFPGA/18.1/modelsim_ase/linuxaloem
  4. 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