PoC.mem.ocram
The namespace PoC.mem.ocram
offers different on-chip RAM abstractions.
Package
The package PoC.mem.ocram holds all component declarations for this namespace.
library PoC;
use PoC.ocram.all;
Entities
Entity ocram_sp - An on-chip RAM with a single port interface.
Entity ocram_sdp - An on-chip RAM with a simple dual-port interface.
Entity ocram_sdp_wf - An on-chip RAM with a simple dual-port interface and write-first behavior.
Entity ocram_tdp - An on-chip RAM with a true dual-port interface.
Entity ocram_tdp_wf - An on-chip RAM with a true dual-port interface and write-first behavior.
Simulation Helper
Entity ocram_tdp_sim - Simulation model of on-chip RAM with a true dual port interface.
Deprecated Entities
Entity ocram_esdp - An on-chip RAM with an extended simple dual port interface.