blob: 82dcbe000933f7f8d3a27adcd26e8a82091d96a8 [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
{
flow: lint
flow_makefile: "{proj_root}/hw/lint/data/lint.mk"
import_cfgs: [// common server configuration for results upload
"{proj_root}/hw/data/common_project_cfg.hjson"]
// Default directory structure for the output
dut: "{name}"
build_dir: "{scratch_path}/{build_mode}"
// We rely on fusesoc to run lint for us
build_cmd: "fusesoc "
build_opts: ["--cores-root {proj_root}",
"run --target={flow} --tool={tool} --build-root={build_dir}",
" {fusesoc_core} "]
build_log: "{build_dir}/{dut}_flow.log"
report_cmd: "{proj_root}/hw/lint/tools/{tool}/parse-lint-report.py "
report_opts: ["--repdir={build_dir}/lint-{tool} --outdir={build_dir}"]
tool_srcs: []
// these are not needed currently, but have to be defined
sv_flist_gen_cmd: ""
sv_flist_gen_opts: []
sv_flist_gen_dir: ""
}