mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-24 13:57:19 -04:00
- All primitives the icache uses are specified in distinct core files with names that match those existing (or about to exist) in OpenTitan - When vendoring-in Ibex, none of those primitives need to be copied across, since OpenTitan will use its own versions - Relates to lowRISC/opentitan/#1231 Signed-off-by: Tom Roberts <tomroberts@lowrisc.org>
21 lines
514 B
Text
21 lines
514 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:ibex_icache:0.1"
|
|
description: "IBEX_ICACHE DV sim target"
|
|
filesets:
|
|
files_rtl:
|
|
depend:
|
|
- lowrisc:prim:secded
|
|
- lowrisc:prim:ram_1p
|
|
files:
|
|
- rtl/ibex_icache.sv
|
|
file_type: systemVerilogSource
|
|
|
|
targets:
|
|
default: &default_target
|
|
filesets:
|
|
- files_rtl
|
|
toplevel: ibex_icache
|
|
default_tool: vcs
|