ibex/ibex_tracer.core
Philipp Wagner f9ad280d0c Cleanup includes and defines
- Move ibex_tracer_defines.sv and ibex_defines.sv out of the 'include'
  directory, since these files are not actually included.
- Remove ibex_config.sv, it's mostly unused code. The remaining defines,
  SYNTHESIS, ASIC_SYNTHESIS, TRACE_EXECUTION, and CHECK_MISALIGNED should
  be set through command-line flags to the simulation/synthesis tools.

Initial version by Nils Gräf.
2019-05-03 17:30:29 +01:00

19 lines
441 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
file_type: systemVerilogSource
targets:
default:
filesets:
- files_rtl