README

June 5, 2015 ยท View on GitHub

This is the ahir git repository.

The organization antlr2 contains antlrv2 jar and includes.

Documents
	documentation


examples
	examples from the AHIR V1 flow.
	The V2 flow examples are scattered in
	the v2/ area.


README
	this file.

LICENSE
	all software in this distribution is covered
	by this license (except for inclusions from other
	sources such as antlr).

CONTRIBUTORS
	contributors to this software.

Release
	the release directory

v2
	all AhirV2 stuff is here.  
	
	to build, use scons.

v1
	all AhirV1 stuff is here.  

vhdl
	all VHDL code...  this should be
	split into the v1 and v2 area, but 
	there are enough things in common 
	that it doesnt make sense to separate
	it.

ericsson
	some documents related to interaction with
	ericsson on AHIR v2 validation (mainly to
            do with the netfpga platform)

ReleaseMakefile
	a Makefile which generates a release
	(binaries, docs).
	To make a release
		make -f ReleaseMakefile Release 

	To clean up
		make -f ReleaseMakefile Clean

To build:

type
	./build.sh

This should prepare a release.  If it complains about missing
directories, just create them, friend..