Package: prim_ram_1p_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_1p_cfg_t ram_1p_cfg_t '0

Types

Name Type Description
cfg_t struct packed {
logic cfg_en;
logic [3:0] cfg;
}
ram_1p_cfg_t struct packed {
cfg_t ram_cfg;
cfg_t rf_cfg;
}