mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-24 13:57:19 -04:00
No functional change. These parameters are effectively fixed. Moving them to the pkg eases top-level wiring of RAM signals. Signed-off-by: Tom Roberts <tomroberts@lowrisc.org>
23 lines
569 B
Text
23 lines
569 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 instruction cache"
|
|
filesets:
|
|
files_rtl:
|
|
depend:
|
|
- lowrisc:prim:secded
|
|
- lowrisc:prim:ram_1p
|
|
- lowrisc:prim:assert
|
|
- lowrisc:ibex:ibex_pkg
|
|
files:
|
|
- rtl/ibex_icache.sv
|
|
file_type: systemVerilogSource
|
|
|
|
targets:
|
|
default: &default_target
|
|
filesets:
|
|
- files_rtl
|
|
toplevel: ibex_icache
|
|
default_tool: vcs
|