加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ips_list.yml 717 Bytes
一键复制 编辑 原始数据 按行查看 历史
Luca Bertaccini 提交于 2021-11-25 18:10 . Fix licence headers (#56)
# Copyright 2019 ETH Zurich and University of Bologna.
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
# SPDX-License-Identifier: SHL-0.51
#
# List of IPs and relative branch/commit-hash/tag.
# Uses the YAML syntax.
#
# Examples:
#
# or10n:
# commit: tags/PULP3_final
# domain: [cluster]
# udma:
# commit: 62b10440
# domain: [soc]
# axi_slice:
# commit: master
# domain: [soc,cluster]
# If a *tag* or *commit* is referenced, the IP will be in a
# state of DETACHED HEAD. Before committing any additional
# work, make sure to checkout a branch.
#
common_cells:
commit: v1.21.0
domain: [soc, cluster]
fpu_div_sqrt_mvp:
commit: v1.0.4
domain: [cluster,soc]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化