Skip to content

StevenRojasC/SystemC_Compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SystemC_SampleProject

Simple Hello Wold example using SystemC and CMake.

It's recommended to clone this repo using the command git clone --recurse-submodules https://github.com/StevenRojasC/SystemC_SampleProject.git

To build run the shell script:

./build.sh

This will take a while since all the source files are being build.

If this doesn't work, make sure the shell script has execution permissions using chmod +x build.sh.

To run the Hello World example once built use:

./build/test/test

If you want to understand how this project works look at the CMake File.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors