functiongetMemory
Get Memory
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | filename | ||
| Integer | n_addr | Addr width | |
| Integer | n_data | Data width |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| L[integer(2^n_addr),n_data] | m | Memory with data, lowest bit on left side | |
| String | data | ||
| Integer | bit |