[Back to Package Report](../package_1.md#component-definitions)

<br>

# Component - lpm_ram_dp

## Summary

| Name | Location | Description |
| --- | --- | --- |
|lpm_ram_dp|<linty-anchor href="//mlite_pack.vhd#112">mlite_pack.vhd#112</linty-anchor>||


## Generics

Count: 13

| Name | Type | Default value | Description |
| --- | --- | --- | --- |
|<linty-anchor href="//mlite_pack.vhd#114">LPM_WIDTH</linty-anchor>|natural|||
|<linty-anchor href="//mlite_pack.vhd#115">LPM_WIDTHAD</linty-anchor>|natural|||
|<linty-anchor href="//mlite_pack.vhd#116">LPM_NUMWORDS</linty-anchor>|natural|0||
|<linty-anchor href="//mlite_pack.vhd#117">LPM_INDATA</linty-anchor>|string|"REGISTERED"||
|<linty-anchor href="//mlite_pack.vhd#118">LPM_OUTDATA</linty-anchor>|string|"REGISTERED"||
|<linty-anchor href="//mlite_pack.vhd#119">LPM_RDADDRESS_CONTROL</linty-anchor>|string|"REGISTERED"||
|<linty-anchor href="//mlite_pack.vhd#120">LPM_WRADDRESS_CONTROL</linty-anchor>|string|"REGISTERED"||
|<linty-anchor href="//mlite_pack.vhd#121">LPM_FILE</linty-anchor>|string|"UNUSED"||
|<linty-anchor href="//mlite_pack.vhd#122">LPM_TYPE</linty-anchor>|string|"LPM_RAM_DP"||
|<linty-anchor href="//mlite_pack.vhd#123">USE_EAB</linty-anchor>|string|"OFF"||
|<linty-anchor href="//mlite_pack.vhd#124">INTENDED_DEVICE_FAMILY</linty-anchor>|string|"UNUSED"||
|<linty-anchor href="//mlite_pack.vhd#125">RDEN_USED</linty-anchor>|string|"TRUE"||
|<linty-anchor href="//mlite_pack.vhd#126">LPM_HINT</linty-anchor>|string|"UNUSED"||


## Ports

Count: 10

| Name | Mode | Type | Description |
| --- | --- | --- | --- |
|<linty-anchor href="//mlite_pack.vhd#128">RDCLOCK</linty-anchor>|in|std_logic||
|<linty-anchor href="//mlite_pack.vhd#129">RDCLKEN</linty-anchor>|in|std_logic||
|<linty-anchor href="//mlite_pack.vhd#130">RDADDRESS</linty-anchor>|in|std_logic_vector ( LPM_WIDTHAD - 1 downto 0 )||
|<linty-anchor href="//mlite_pack.vhd#131">RDEN</linty-anchor>|in|std_logic||
|<linty-anchor href="//mlite_pack.vhd#132">DATA</linty-anchor>|in|std_logic_vector ( LPM_WIDTH - 1 downto 0 )||
|<linty-anchor href="//mlite_pack.vhd#133">WRADDRESS</linty-anchor>|in|std_logic_vector ( LPM_WIDTHAD - 1 downto 0 )||
|<linty-anchor href="//mlite_pack.vhd#134">WREN</linty-anchor>|in|std_logic||
|<linty-anchor href="//mlite_pack.vhd#135">WRCLOCK</linty-anchor>|in|std_logic||
|<linty-anchor href="//mlite_pack.vhd#136">WRCLKEN</linty-anchor>|in|std_logic||
|<linty-anchor href="//mlite_pack.vhd#137">Q</linty-anchor>|out|std_logic_vector ( LPM_WIDTH - 1 downto 0 )||


<br>

[Back to Package Report](../package_1.md#component-definitions)