Skip to content

Student-Satellite-IITB/STADS-Electrical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STADS Electrical Repository

This repository contains all the codes intended to be used on hardware written during the process of development, including Verilog, Embedded C, C for HLS and bitstreams to program FPGAs.

Organization of codes

  1. Put code in the respective directories following the file nomenclature explained in the QA Guidelines.
  2. Appropriate Version Control Practices to be followed as mentioned in the QA Guidelines.
  3. Any arguments to be fed into C codes to be given as arguments to main and run from the command line. The main should look as follows:
int main(int argc, char** argv)
{
    \\ insert main code here
}
  1. Do not include any non-code/bitstream files (like .txt, .jpg, .png, etc) in the repository unless absolutely necessary.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published