mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-25 06:17:39 -04:00
The clock gating primitive is now a dependency of the lowrisc:ibex:ibex_core file directly and only used in there, we can remove it from the simulation or FPGA dependency collections.
17 lines
448 B
Text
17 lines
448 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:fpga_xilinx_shared"
|
|
description: "Collection of useful RTL for Xilinx based examples"
|
|
filesets:
|
|
files_sv:
|
|
files:
|
|
- rtl/fpga/xilinx/clkgen_xil7series.sv
|
|
- rtl/ram_1p.sv
|
|
file_type: systemVerilogSource
|
|
|
|
targets:
|
|
default:
|
|
filesets:
|
|
- files_sv
|