The Chipforge Library

The Chipforge Library is a collection of basic Cores like FIFOs etc. for use in other Projects.
  • Download
  • Installation
  • This project has no other dedicated home page yet than this page.

    Problem reports, updates or suggestions for this project should be reported to the Maintainer.

    Download

    The related Source Files are mirrored at:

  • http://chipforge.in-berlin.de/cflib
  • Please take the current version. Older versions just for historical reasons. All versions are marked with the date in the way of Year, Month and Day.

    Installation

    First, make a project directory and jump into it:

    chipforge@geda:~$ mkdir CFLIB ; cd CFLIB

    Second, move the downloaded tarball into the project directory:

    chipforge@geda:~/CFLIB$ mv $(DOWNLOAD)/cflib_$(CURRENT).tgz .

    Otherwise you have do download the tarball yet:

    chipforge@geda:~/CFLIB$ wget http://chipforge.in-berlin.de/cflib/cflib_$(CURRENT).tgz

    Than, unzip the tarball into your current project directory:

    chipforge@geda:~/CFLIB$ tar xvfz cflib_$(CURRENT).tgz

    Congratulations, the sources are ready to use now! Have a nice time!