diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-03-02 13:26:40 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-03-02 13:26:40 +0000 |
commit | 1987ef6278a345cc75ff43d6a261b2b6c0400254 (patch) | |
tree | a39cc1a3fe5709390c6a7e4a8e8d20c9ee63ca81 /cad/Makefile | |
parent | 8fb783db9903c8db141402381df86c8876598d11 (diff) |
Logisim is an educational tool for designing and simulating digital logic
circuits. With its simple toolbar interface and simulation of circuits as
you build them, it is simple enough to facilitate learning the most basic
concepts related to logic circuits. With the capacity to build larger circuits
from smaller subcircuits, and to draw bundles of wires with a single mouse
drag, Logisim can be used (and is used) to design and simulate entire CPUs for
educational purposes.
Logisim is used by students at colleges and universities around the world in
many types of classes, ranging from a brief unit on logic in general-education
computer science surveys, to computer organization courses, to full-semester
courses on computer architecture.
WWW: http://ozark.hendrix.edu/~burch/logisim/
PR: ports/176354
Submitted by: Javad Kouhi <javad.kouhi@gmail.com>
Notes
Notes:
svn path=/head/; revision=313229
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index 099d781f1007..aad1e3260874 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -56,6 +56,7 @@ SUBDIR += libgeda SUBDIR += librecad SUBDIR += linux-eagle5 + SUBDIR += logisim SUBDIR += magic SUBDIR += mars SUBDIR += meshdev |