blob: 1c2927d3b00749f72132aa560c46b1ea78fe8f5f [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
{
// Top level dut name (sv module).
name: aes
// Fusesoc core file used for building the file list.
fusesoc_core: lowrisc:ip:aes:0.6
import_cfgs: [// Project wide common synthesis config file
"{proj_root}/hw/syn/tools/dvsim/common_syn_cfg.hjson"]
// Overrides
overrides: [
// This expands the dut hierarchy in the report
{
name: expand_modules
value: "{name}"
}
]
// Timing constraints for this module
sdc_file: "{proj_root}/hw/ip/aes/syn/constraints.sdc"
// This is not needed for this module
foundry_sdc_file: ""
}