mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-24 13:57:19 -04:00
28 lines
622 B
Text
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
|