modelMemoryBase
Base model for memory elements
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Time | tHL | 0 | High->Low delay |
| SI.Time | tLH | 0 | Low->High delay |
| S | strength | S.'S_X01' | Output strength |
| Integer | n_addr | 2 | Addr width |
| Integer | n_data | 2 | Data width |
| Table data definition | |||
| String | fileName | Modelica.Utilities.Files.loadResource("modelica://Modelica/Resources/Data/Electrical/Digital/Memory_Matrix.txt") | File where matrix for memory is stored |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| DigitalInput | RE | Read enable | |
| DigitalInput[n_addr] | addr | Address | |
| DigitalOutput[n_data] | dataOut | Data output |
Contents
| Name | Description |
|---|---|
| Get Memory | |
| Compute memory address |