Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Lighting System Desciption

Lighting system written in SystemC. Each person passing through the door generates a pulse, which allows us to calculate how many people are currently in the room. If there is a minimum of one person in the room, the light turns on. The system handles the appearance of errors and the handling of all possible movement variations.

Compilation command on Linux

g++ -o simulation simulation.cpp -I/usr/local/systemc-2.3.3/include -L/usr/local/systemc-2.3.3/lib-linux64 -lsystemc

Map of the rooms:

enter image description here

Screenshots:

enter image description here

enter image description here

enter image description here

enter image description here

About

Lighting system written in SystemC.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages