Package: prim_ram_2p_pkg

Description

Copyright lowRISC contributors.
Licensed under the Apache License, Version 2.0, see LICENSE for details.
SPDX-License-Identifier: Apache-2.0

Constants

Name Type Value Description
ram_2p_cfg_t ram_2p_cfg_t '0

Types

Name Type Description
cfg_t struct packed {
logic cfg_en;
logic [3:0] cfg;
}
ram_2p_cfg_t struct packed {
cfg_t a_ram_fcfg;
cfg_t a_ram_lcfg;
cfg_t b_ram_fcfg;
cfg_t b_ram_lcfg;
}