blob: 482543ad2db267625df4894d117e6a8b159d061b [file]
// 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: top_earlgrey
// Fusesoc core file used for building the file list.
fusesoc_core: lowrisc:systems:top_earlgrey:0.1
import_cfgs: [// Project wide common GTECH synthesis config file
"{proj_root}/hw/syn/tools/dvsim/common_gtech_syn_cfg.hjson"]
overrides: [
{
name: design_level
value: "top"
}
{ // Deletes black-boxed hierarchies before writing out the unmapped netlist
name: post_elab_script
value: "{proj_root}/hw/top_earlgrey/syn/post_elab_gtech.tcl"
}
]
}