blob: f595dc4d5476672f4cec4d29bc62b535ac3c3b8c [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
{
import_cfgs: [// Project wide common synthesis config file
"{proj_root}/hw/syn/tools/dvsim/common_syn_cfg.hjson"]
overrides: [
// This forces the synthesis to run without the real ASIC libs and
// generic primitives. This is used for experiments with unmapped
// (GTECH) netlists that are written out after elab and before
// technology mapping and optimization.
{
name: foundry_root
value: ""
}
]
// Load common dont_touch wildcard constraints for the primitives. No other
// timing constraints are needed for this flow.
sdc_file: "{syn_root}/tools/dc/gtech-constraints.sdc"
foundry_sdc_file: ""
}