veerpm/ECE420_Lab1
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Read me for ECE420 Lab1 Script Kit
Jan. 2023
=====
Overview:
There are two groups in this kit
-----
Data generation program:
matrixgen.c source file for the input data generation program
-----
Important functions:
timer.h macro definition for time measurement
lab1_IO.h header for the lab1_IO.c, need to be included to call the IOs directly from lab1_IO.c
lab1_IO.c source file for the IO functions, need to be referred in the compiler line if the functions are called in the program
=====
Please also find the details instructions in the comments of the individual files.