Project Name: SSRAM interface

Description

The 'SSRAM interface core' is a collection of designs for easy integration of synchronous srams (ZBT srams) in your designs.

Core Description

Currently 2 designs have been implemented. ssram_conn and cs_ssram.
The entity ssram_conn provides a standard interface to the ssram. It provides the pipeline correction and all IO structures needed for high speed bidirectional data transfers (including full FPGA IO-cell usage).
The entity cs_ssram uses the standard interface to turn the ssram into a cycle shared memory. Because ZBTs feature zero bus latency there is no impact on throughput. Thus providing a low-cost alternative to dual-ported rams.

The design uses attributes to preserve all tri-state enables. Standard compiler strategy is to optimize redundant logic resulting in a single output/tristate enable signal. For maximum performance all output enables have to be preserved. Xilinx and Altera devices (and others probably too) can use their high speed paths to the IO-blocks only if every IO-block has its own output-enable. For ASIC implementations it results in the lowest Tco and Tsu possible.
The attributes used are for Leonardo Spectrum. Please tell me what attributes should be used for other compilers (like synplicity).

Implementations:

  • Standard interface for pipelined ZBTs
  • Dual ported memory using cycle shared ssram
  • Current Status:

    Synthesis:

    Using the slowest Altera APEX20KE device 66MHz is possible.

    Author & Maintainer(s):

    Mailing-list: