/ /_/ /___ ____ ______(_)___ ___
/ __/ / __ \/ __ `/ ___/ / __ `__ \
/ /_/ / /_/ / /_/ (__ ) / / / / / /
\__/_/\____/\__, /____/_/_/ /_/ /_/
/____/
tlogsim - Logic circuit simulator.
Copyright (C) 2002 Marek "Tilk" Materzok
- About
tlogsim is a logic circuit simulator.
2. Features
- AND, NAND, OR, NOR, XOR, XNOR gates with variable number of inputs.
- NOT and BUFFER gates.
- Built in encoder, decoder, selector, multiplexer, inverter and many other popular components.
- Configurable latency of elements.
- Extendable by external C++ modules
- Logic circuit can become component - allows construction of complicated circuits.
- And many more:) 3. Requirements
tlogsim requires:
- GTK+ 2 (http://www.gtk.org)
- Gtkmm 2 (http://www.gtkmm.org)
- GCC 3 (http://gcc.gnu.org)
- boost (http://www.boost.org) 4. License agreement
tlogsim is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Comments are welcome.
- Marek "Tilk" Materzok <tilk@tilk.geos.pl>
