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
PoC.mem.ocram.sp - An on-chip RAM with a single port interface.
PoC.mem.ocram.sdp - An on-chip RAM with a simple dual-port interface.
PoC.mem.ocram.sdp_wf - An on-chip RAM with a simple dual-port interface and write-first behavior.
PoC.mem.ocram.tdp - An on-chip RAM with a true dual-port interface.
PoC.mem.ocram.tdp_wf - An on-chip RAM with a true dual-port interface and write-first behavior.
Simulation Helper
PoC.mem.ocram.tdp_sim - Simulation model of on-chip RAM with a true dual port interface.
Deprecated Entities
PoC.mem.ocram.esdp - An on-chip RAM with an extended simple dual port interface.