Skip to content

Reduced precision hardware simulator for DSP applications

Notifications You must be signed in to change notification settings

AnisHamadouche/DSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Prerequisite

  • GNU C Compiler
  • SystemC
  • C++ standard library
  • C++ math library

Generate Executable

Run the following script to compile the files into an executable program

gcc -o main main.cc fir.cc tb.cc -I. -I$SYSTEMC/include -L $SYSTEMC/lib-linux64 -lsystemc -lstdc++ -lm

Run Simulation

Now run the simulation by typing the following

./main

Simulation data is recorded in the newly generated "output.dat" file.

About

Reduced precision hardware simulator for DSP applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published