The Verilog Hardware Interface for CAE

From Cpre584
Revision as of 20:52, 25 February 2012 by Cnel711 (talk | contribs)
Jump to navigation Jump to search

This article describes Convey's various hardware interfaces for use with a CAE (Custom Application Enginer). This should be useful when writing VHDL and developing your own bitfiles. When looking at the sample project, these interfaces can be found in the cae.v file.

Dispatch Interface

Memory Controller Interface

There are 8 memory controllers (MC). Each memory controller has two ports (even and odd). Even ports have signal names with a suffix of _e. Odd ports have a suffix of _o.

Request Port

Response Port


CSR Interface (Optional)

Simply connect the outputs and inputs together if you do not want to use any CSR agents.

References