ibex/ibex_tracer.core
Tobias Wölfel 014c753dde Tracer rewrite
Instantiate tracer module in a separate core file and use only RVFI
signals.
2019-07-11 13:25:18 +01:00

28 lines
622 B
Text

CAPI=2:
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
name: "lowrisc:ibex:tracer:0.1"
description: "core_ibex_tracer"
filesets:
files_rtl:
depend:
- lowrisc:ibex:ibex
files:
- rtl/ibex_tracer_defines.sv
- rtl/ibex_tracer.sv
- rtl/ibex_core_tracer.sv
file_type: systemVerilogSource
parameters:
RVFI:
datatype: bool
paramtype: vlogdefine
description: Enable RVFI signals for tracing
targets:
default:
filesets:
- files_rtl
parameters:
- RVFI=true