Skip to content

dilawar/ahir

 
 

Repository files navigation

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..

About

Algorithm to hardware compilation tools (e.g. C to VHDL).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • VHDL 87.5%
  • C++ 4.8%
  • Roff 2.5%
  • TeX 1.8%
  • C 1.4%
  • Verilog 0.5%
  • Other 1.5%