[Back to Design Hierarchy Report](../design_hierarchy.md#vhdl-entities)

<br>

# Entity - shifter

## Summary

| Name | Location | Description |
| --- | --- | --- |
|shifter|<linty-anchor href="//shifter.vhd#17">shifter.vhd#17</linty-anchor>||
## Instantiations

Count: 1

| Name | Location | Description | Details |
| --- | --- | --- | :---: |
| u7_shifter | <linty-anchor href="/mlite_cpu.vhd#277">mlite_cpu.vhd#277</linty-anchor> |  | [<img title="View Instantiation Details" src="/_static/images/icon_details.png" style="max-height: 25px; width: auto;" alt="View Instantiation Details">](module_18/instantiation_1.md) |


## Generics

Count: 1

| Name | Type | Default value | Description |
| --- | --- | --- | --- |
|<linty-anchor href="//shifter.vhd#18">shifter_type</linty-anchor>|string|"DEFAULT"||
## Ports

Count: 4

| Name | Mode | Type | Description |
| --- | --- | --- | --- |
|<linty-anchor href="//shifter.vhd#19">value</linty-anchor>|in|std_logic_vector ( 31 downto 0 )||
|<linty-anchor href="//shifter.vhd#20">shift_amount</linty-anchor>|in|std_logic_vector ( 4 downto 0 )||
|<linty-anchor href="//shifter.vhd#21">shift_func</linty-anchor>|in|shift_function_type||
|<linty-anchor href="//shifter.vhd#22">c_shift</linty-anchor>|out|std_logic_vector ( 31 downto 0 )||


<br>

[Back to Design Hierarchy Report](../design_hierarchy.md#vhdl-entities)