blob: 01e045a450d17e9d80eb82302322c55c01e44362 [file]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
// sim cfg file for the main SRAM variant
{
// Name of the sim cfg variant
variant: main
// Import the base sram_ctrl sim_cfg file
import_cfgs: ["{proj_root}/hw/ip/sram_ctrl/dv/sram_ctrl_base_sim_cfg.hjson"]
// These parameters are used for top_earlgrey main sram
build_opts: ["+define+SRAM_ADDR_WIDTH=15",
"+define+INSTR_EXEC=1"]
}