BlifPad is a simple editor for Berkeley Logic Interchange Format (blif) files.
It provides also a simple graphical interface to Berkeley SIS.
Blifpad does not include the SIS simulator, so for using the simulation and synthesis functionality it is needed to install the SIS framework, it is possible to obtain more information about SIS as well the sources and some required patches to build it on current systems on its official web site: http://embedded.eecs.berkeley.edu/pubs/downloads/sis/index.htm. It is possible to download an unofficial build of SIS for windows from http://wpage.unina.it/r.russo/.
Download
Release 0.3 – 19/01/2007
Sources BlifPad-0.3.tar.gz
Executable Jar BlifPad-0.3.jar
MacOSX App BlifPad-0.3.dmg
Windows 32 Executable BlifPad-0.3.exe
Release 0.2 – 08/11/2006
Sources blifpad-0.2.tar.gz
Executable Jar BlifPad-0.2.jar
MacOSX App BlifPad-0.2.dmg
Screenshot
Release 0.3
Release 0.2
Building from sources
BlifPad is written in java, to obtain an executable java archive (jar) just run
% make
from the topdir directory.
GNU/Linux, *BSD and others
If you’re using a system that supports freedesktop.org standards (for handling
mime types and launchers) go into the freedesktop subdirectory and run
% make % make install
MacOSX
To obtain a valid MacOSX .app application go into the macosx subdirectory and
run
% make
One thought on “Blifpad”