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

<br>

# Component - LPM_RAM_DQ

## Summary

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


## Generics

Count: 11

| Name | Type | Default value | Description |
| --- | --- | --- | --- |
|<linty-anchor href="//mlite_pack.vhd#143">LPM_WIDTH</linty-anchor>|natural|||
|<linty-anchor href="//mlite_pack.vhd#144">LPM_WIDTHAD</linty-anchor>|natural|||
|<linty-anchor href="//mlite_pack.vhd#145">LPM_NUMWORDS</linty-anchor>|natural|0||
|<linty-anchor href="//mlite_pack.vhd#146">LPM_INDATA</linty-anchor>|string|"REGISTERED"||
|<linty-anchor href="//mlite_pack.vhd#147">LPM_ADDRESS_CONTROL</linty-anchor>|string|"REGISTERED"||
|<linty-anchor href="//mlite_pack.vhd#148">LPM_OUTDATA</linty-anchor>|string|"REGISTERED"||
|<linty-anchor href="//mlite_pack.vhd#149">LPM_FILE</linty-anchor>|string|"UNUSED"||
|<linty-anchor href="//mlite_pack.vhd#150">LPM_TYPE</linty-anchor>|string|"LPM_RAM_DQ"||
|<linty-anchor href="//mlite_pack.vhd#151">USE_EAB</linty-anchor>|string|"OFF"||
|<linty-anchor href="//mlite_pack.vhd#152">INTENDED_DEVICE_FAMILY</linty-anchor>|string|"UNUSED"||
|<linty-anchor href="//mlite_pack.vhd#153">LPM_HINT</linty-anchor>|string|"UNUSED"||


## Ports

Count: 6

| Name | Mode | Type | Description |
| --- | --- | --- | --- |
|<linty-anchor href="//mlite_pack.vhd#155">DATA</linty-anchor>|in|std_logic_vector ( LPM_WIDTH - 1 downto 0 )||
|<linty-anchor href="//mlite_pack.vhd#156">ADDRESS</linty-anchor>|in|std_logic_vector ( LPM_WIDTHAD - 1 downto 0 )||
|<linty-anchor href="//mlite_pack.vhd#157">INCLOCK</linty-anchor>|in|std_logic||
|<linty-anchor href="//mlite_pack.vhd#158">OUTCLOCK</linty-anchor>|in|std_logic||
|<linty-anchor href="//mlite_pack.vhd#159">WE</linty-anchor>|in|std_logic||
|<linty-anchor href="//mlite_pack.vhd#160">Q</linty-anchor>|out|std_logic_vector ( LPM_WIDTH - 1 downto 0 )||


<br>

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