In celebration of USA Pi day 3/14/2014, here is the new release 0.0j of XXICC.
XXICC (21st Century Co-design) is a not-for-profit research project which attempts to bring digital hardware/software co-design into the 21st Century using an improved programming language and a Reduced Software Complexity philosophy. Its goal is to make it easier and more enjoyable to write and maintain digital hardware and software. XXICC is pronounced "Chicken Coop", so-called because it has so many layers.
Until now, I've used Google Code as the location for XXICC downloads, wiki, and issues list. Google Code recently stopped allowing new downloads. Now that XXICC includes (fairly) usable hardware design tools, I figure it's appropriate content for element14. The XXICC wiki and issues list will remain at Google Code for now: the link is xxicc.org. That's also the place to find earlier releases.
For an overview of XXICC, see the xxicc.org home page and wiki. For details on the GalaxC programming language, XXICC Object Editor, and GalaxC extensions for Hardware Design (GCHD), here are the latest documents and complete code.
Release notes for XXICC rev 0.0j
Programming in the GalaxC Language rev 0.0j: reference and user guide for the GalaxC programming language.
The XXICC Anthology rev 0.0j: collection of miscellaneous XXICC topics, including user guides for the XXICC Object Editor and GCHD.
XXICC code release 0.0j: all source code for XXICC.
XXICC source code listing rev 0.0j: source code listing in PDF.
XXICC executable binaries rev 0.0j: executable XXICC binaries if you don't want to build from source code.
GalaxC sample/demo programs rev 0.0j: sample GalaxC programs and GCHD logic libraries.
GalaxC sample/demo program listings rev 0.0j: PDF listing of the sample GalaxC programs and GCHD.
Editable XXICC documentation files rev 0.0j: editable XOE files for XXICC documentation.
Installing and Running XXICC rev 0.0h: Document describing how to install and run XXICC, unchanged for 0.0j.
Compiling and Running GalaxC Programs rev 0.0h: Document describing how to compile and run your own GalaxC programs, unchanged for 0.0j.
Most of these files are stored in the element14 FPGA Group, for two reasons: (1) I can't seem to upload files to the Code Exchange, and (2) a main target technology for XXICC (and especially GCHD) will be FPGAs, so the FPGA Group will be a good location. The last two files are at Google Code.
I've tested XXICC 0.0j on GNU/Linux (Ubuntu, Raspberry Pi Debian "Squeeze", Beagle Ångström) and Windows (2000 and 7). My main machine is Ubuntu, so the others are more likely to have anomalies. Constructive comments and suggestions are most welcome. I'd especially like to find out how to reproduce some of the bugs that have been eluding me.
XXICC is a FLOSS (Free as in Liberty Open Source Software) project. Software is licensed under GPLv3 and other content is licensed under Creative Commons CC-BY-SA 3.0.
Top Comments