JCSim: a Digital Circuits Simulator

Submitted by alejo on Wed, 2006-05-03 05:39.
This software is currently unmantained. I am looking for someone to help me coding.

To contact email me at alejandro.vera at gmail.com

What is JCSim

JCSim is a fully functional Digital Circuit Simulator. It is written in Java (tm) language and licenced under the GNU GPL licence.

History

JCSim is my thesis work in Computer Sciences. It is based in CSim, a Digital Circuit simulator written in C by Luis Mateu

JCSim intends to be a easy-to-use, fullfeatured, portable, circuit simulator. It has the most common gates as not, and, nand, etc. The text of my thesis is in the download section of this page.

Screenshot

Software is not software without screenshots :D

Icons are ugly, I know. I am looking for someone to create better ones.

Download

The thesis document: dowload

You can download JCSim here:

Instructions

To run JCSim follow this instructions


$ tar zxvf jcsim-1.x.tgz
$ cd jcsim-1.x
$ java -cp bin JCSim

Requirements

JCSim is build using swing so you need SUN's virtual machine.

The virtual machine must be 1.2 compliant, but in the future JCSim will use java 1.5/1.6 so you will need to upgrade it.