SRAM
The object that describes how to configure a SRAM primitive. See https://en.wikipedia.org/wiki/Static_random-access_memory
Note: this model is in beta. Please contact us if you find any unusual behavior.
Note: stripped out custom initial contents and variable number of data and address bits.
Example usage
flux.simulationModel = {
type: "SRAM",
,
map_a_to_terminal_uid: "your-terminal-element-uid",
map_b_to_terminal_uid: "your-terminal-element-uid",
map_c_to_terminal_uid: "your-terminal-element-uid",
map_d_to_terminal_uid: "your-terminal-element-uid",
map_e_to_terminal_uid: "your-terminal-element-uid",
map_f_to_terminal_uid: "your-terminal-element-uid"
}
Fields
Name | Type | Default | Description |
---|---|---|---|
type | "SRAM" | The type of this object, always the string literal "SRAM" | |
map_a_to_terminal_uid | string | The terminal IDs. | |
map_b_to_terminal_uid | string | ||
map_c_to_terminal_uid | string | ||
map_d_to_terminal_uid | string | ||
map_e_to_terminal_uid | string | ||
map_f_to_terminal_uid | string |
Was this page helpful?