Project template

Project template#

Different ways to get the template:

  • Download: https://aydos.de/ctemplate and unpack it.

  • Use the following command on your terminal. The template will be unpacked to c-template-main folder.

    curl -L aydos.de/ctemplate | tar xj
    

    This command does not work in PowerShell. In Windows, VS Code opens PowerShell as default. You have to choose the profile Command Prompt using menu on the terminal tab.

    Invoke-WebRequest -Uri https://aydos.de/ctemplate -OutFile c-template.tar.xz
    tar xf c-template.tar.xz
    rm c-template.tar.xz
    
  • Copy paste the file contents: fpga-lab/c-template