The Reconfigurable Gate Array Project (abbreviated as RGA) contains all the stuff for a free FPGA structure.
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.
The related Source Files are mirrored at:
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.
First, make a project directory and jump into it:
chipforge@geda:~$ mkdir RGA ; cd RGA
Second, move the downloaded tarball into the project directory:
chipforge@geda:~/RGA$ mv $(DOWNLOAD)/rga_$(CURRENT).tgz .
Otherwise you have do download the tarball yet:
chipforge@geda:~/RGA$ wget http://chipforge.in-berlin.de/rga/rga_$(CURRENT).tgz
Than, unzip the tarball into your current project directory:
chipforge@geda:~/RGA$ tar xvfz rga_$(CURRENT).tgz
Congratulations, the sources are ready to use now! Have a nice time!