Skip to content

My attempt to solve assignment I got from one of my friends. Originally it comes from one of Polish universities.

Notifications You must be signed in to change notification settings

pinguinv/logic_gate_circuit_simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LOGIC GATE CIRCUIT SIMULATION

About

This repo is my attempt to solve assignment I got from one of my friends. Originally it comes from one of Polish universities.

I don't put here instructions of the assignment, because I dunno yet if is it legal or not. However I think nobody should have any problems that I publish my solution. :P

In future I plan to try to solve it in pure C as a challenge.


Commands I currently use

For C++

Compiling

g++ src/cpp/circuit_simulation.cpp -o out/cpp/simulation

Running compiled program

./out/cpp/simulation

About

My attempt to solve assignment I got from one of my friends. Originally it comes from one of Polish universities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages