Results 1 to 3 of 3

Thread: Tutorial for C/C++ programming

  1. #1
    Junior Member
    Join Date
    Oct 2018
    Posts
    1

    Tutorial for C/C++ programming

    Hi,


    I wanted to know how to use leap year program in c or C++ with my FPGA.
    I already know those languages but i have no idea how to use them to control my hardware. I know that there is a file called "system.h" in which there is plenty of information about the components, but i really don't know how to use them.

    I'm looking for something quite simple, indeed this is for my student project which is not suppose to be very complicated. I only need to know the basics (but not too basic ).

    Does anyone have any tutorial or information to help me ?

    Thank you !

  2. #2
    Junior Member
    Join Date
    Jun 2019
    Location
    [Insert Location]
    Posts
    7
    First of all, wtf is a FPGA? Google helped a bit here:

    https://www.xilinx.com/products/sili...s-an-fpga.html

    But, I am assuming you would somehow get the program compiled and the compiler has to be specific for the architecture? Honestly, I just googled away and found this:

    http://xillybus.com/tutorials/vivado-hls-c-fpga-howto-1

    RTFM^^^

  3. #3
    Member
    Join Date
    Mar 2023
    Posts
    34
    The use of a C or C++ leap year program with an FPGA is supported by a number of online guides and resources. Most of these guides will teach you the fundamentals of programming in C or C++ so that you can control and alter external devices like LEDs, switches, and displays. It's possible to find tutorials that walk you through each step of writing code and compiling it for the FPGA.

Similar Threads

  1. C Programming Tutorial - Chapter 4
    By cgkanchi in forum Other Tutorials Forum
    Replies: 5
    Last Post: March 5th, 2005, 11:22 PM
  2. C Programming Tutorial Chapter 1
    By cgkanchi in forum Other Tutorials Forum
    Replies: 15
    Last Post: February 15th, 2003, 03:21 PM
  3. Programming Tutorial Links
    By HurrayForSchool in forum Other Tutorials Forum
    Replies: 4
    Last Post: November 27th, 2002, 07:18 PM
  4. The C programming Standards - Tutorial
    By intruder in forum Other Tutorials Forum
    Replies: 5
    Last Post: August 17th, 2002, 11:00 AM
  5. C Programming Tutorial-Chapter 2
    By cgkanchi in forum Other Tutorials Forum
    Replies: 7
    Last Post: March 25th, 2002, 08:51 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •