Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 605 Bytes

File metadata and controls

23 lines (16 loc) · 605 Bytes

MySystemCProj

A SystemC project, which implements a system design of a dumbphone.

Contributors: Yong Wu, Daniel Sharkov, Hongyu Zhao


Introduction

Image for test simulation


How to run?

You can use DockerCpp for setting up the SystemC compiling environment.

Once you have started the docker container, clone this repo and follow these steps:

git clone https://github.com/wustudent/MySystemCProj.git
cd MySystemCProj
cmake -DCMAKE_CXX_STANDARD=11 -DCMAKE_BUILD_TYPE=Debug && cmake --build .
./main