Skip to content
Extraits de code Groupes Projets

Log

pipeline status

Log (diglog + analog) is a graphical environment for entering circuit schematics, and for analog and digital circuit simulation. Please see previous README for more information.

This is a fork of a part of the Chipmunk Distribution maintained by John Lazzaro.

This repo has for goal to get rid of old code and make the rest compliant with modern practices, protocols, frameworks and operating systems/architectures.

Later on, we might add new features.

Compilation instructions

Dependencies

For Debian :

  • libx11-dev i686 edition
  • build-essential

For Fedora/Red Hat :

  • libX11-devel.i686
  • glibc-devel.i686

And if you want sudo dnf group install "Development Tools".

On Linux systems

Then just type :

$ make

Tests

Not yet implemented

Static analysis

Not yet implemented

Codestyle checks

Not yet implemented

License

    diglog
    Copyright (C) 2018  Etienne BRATEAU

   "LOG", the circuit editing and simulation system
   "DigLOG", the digital simulator for LOG.
    Copyright (C) 1985, 1990 David Gillespie.
    Author's address: daveg@synaptics.edu

    "AnaLOG", the analog simulator for LOG, 5.66
    Copyright (C) 1985, 1990 John Lazzaro.
    Author's address: lazzaro@cs.berkeley.edu;

    This program 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 3 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, see <http://www.gnu.org/licenses/>.