Algorithms to ASICs
Contact Details
Dr. Geoff Knagge
Phone
+61 (0)2 49 215227Fax
+61 (0)2 49 216993Office
CallaghanBuilding EE: EEG05
The individual components of this project are described below.
Site Contents:
c4Hardware
c4Hardware is a highly flexible library of C++ classes, available for free download, for the emulation of hardware implementations of algorithms. It provides a high level interface to matrix, vector, and scalar operations to allow rapid application development without requiring knowledge of the underlying operations. Futhermore, it allows custom data types to be plugged-in with little change to the high level application. This allows bit-accurate modelling and analysis of algorithms under various limited precision numerical representations. c4Hardware programs may be either standalone execuatables, or coded as MEX functions for interfacing with MATLAB.c4HDL
c4HDL is a library of C++ classes, available for free download, that provides bit-accurate modelling of integer, floating point, and fixed point data types, for matching with HDL code. Key points include :- Allows modelling from very small to very large numerical precision
- Models can be directly used for generating testbench data to verify the operation of HDL models of the algorithm.
- Contains and generates matching C++ and VHDL models of some arithmetic hardware components
