Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 642 Bytes

File metadata and controls

12 lines (8 loc) · 642 Bytes

SystemC Learning

Author: Mohammed Muddasser

Setup:

To run the code you will require to download and build (compile) the SystemC library from www.systemc.org, using one of the supported platforms and tools. Build using the given Makefile and simulate the system.

01: Adder, Multiplier and Decimator

Code for a simple adder, multiplier and a decimator and the corresponding test benches for the same. The multiplier multiplies the value and the decimator outputs every tenth input value.

02: OSCI TLM2

Code to use the base and simple sockets and timing and call stack analysis. TLM programming of a signal processing system.