-
Notifications
You must be signed in to change notification settings - Fork 16
/
open_hbmc.core
35 lines (32 loc) · 1.03 KB
/
open_hbmc.core
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
CAPI=2:
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
name: "open_hbmc:hyperram:controller"
description: "OpenHBMC HyperRAM Controller Module"
filesets:
files_src:
depend:
- lowrisc:prim:fifo
- lowrisc:prim:rst_sync
files:
# hbmc_ufifo and hbmc_dfifo reimplemented using OT primitives
- rtl/ip/hyperram/rtl/hbmc_ufifo.sv: { file_type: systemVerilogSource }
- rtl/ip/hyperram/rtl/hbmc_dfifo.sv: { file_type: systemVerilogSource }
- vendor/open_hbmc/hbmc_iobuf.v
- vendor/open_hbmc/hbmc_elastic_buf.v
- vendor/open_hbmc/hbmc_dru.v
- vendor/open_hbmc/hbmc_ctrl.v
- vendor/open_hbmc/hbmc_clk_obuf.v
- vendor/open_hbmc/hbmc_bus_sync.v
- vendor/open_hbmc/hbmc_bit_sync.v
- vendor/open_hbmc/hbmc_arst_sync.v
file_type: verilogSource
files_verilator:
depend:
# common waivers
- lowrisc:lint:common
targets:
default:
filesets:
- files_src