aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuang Rui <vowstar@gmail.com>2023-11-02 21:52:50 +0800
committerHuang Rui <vowstar@gmail.com>2023-11-02 21:52:50 +0800
commit3ab4b80c70fc4f839792627a534ff107c6e85fa4 (patch)
tree17f6a032ae5543898ad7636c8835ba498f6ccebc /sci-electronics
parentsci-electronics/bluespec: add 2023.07 (diff)
downloadguru-3ab4b80c70fc4f839792627a534ff107c6e85fa4.tar.gz
guru-3ab4b80c70fc4f839792627a534ff107c6e85fa4.tar.bz2
guru-3ab4b80c70fc4f839792627a534ff107c6e85fa4.zip
sci-electronics/bluespec: improve metadata and ebuild
Signed-off-by: Huang Rui <vowstar@gmail.com>
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/bluespec/bluespec-2022.01-r1.ebuild2
-rw-r--r--sci-electronics/bluespec/bluespec-9999.ebuild2
-rw-r--r--sci-electronics/bluespec/metadata.xml21
3 files changed, 19 insertions, 6 deletions
diff --git a/sci-electronics/bluespec/bluespec-2022.01-r1.ebuild b/sci-electronics/bluespec/bluespec-2022.01-r1.ebuild
index 143d64e795..8ca4d5b32a 100644
--- a/sci-electronics/bluespec/bluespec-2022.01-r1.ebuild
+++ b/sci-electronics/bluespec/bluespec-2022.01-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
diff --git a/sci-electronics/bluespec/bluespec-9999.ebuild b/sci-electronics/bluespec/bluespec-9999.ebuild
index 143d64e795..8ca4d5b32a 100644
--- a/sci-electronics/bluespec/bluespec-9999.ebuild
+++ b/sci-electronics/bluespec/bluespec-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
diff --git a/sci-electronics/bluespec/metadata.xml b/sci-electronics/bluespec/metadata.xml
index 1994a0713d..8835f9689b 100644
--- a/sci-electronics/bluespec/metadata.xml
+++ b/sci-electronics/bluespec/metadata.xml
@@ -9,9 +9,22 @@
<remote-id type="github">B-Lang-org/bsc</remote-id>
</upstream>
<longdescription lang="en">
- This is a compiler, simulator, and associated tools for Bluespec High Level
- Hardware Design Language (HL-HDL), supporting the two optional syntaxes,
- BSV and BH. Language specifications and tutorials are available in the
- BSVlang repository.
+ This is a compiler, simulator, and associated tools for Bluespec High
+ Level Hardware Design Language (HL-HDL), supporting the two optional
+ syntaxes, BSV and BH. Language specifications and tutorials are
+ available in the BSVlang repository.
+ Bluespec is a high-level hardware description language. It has a variety
+ of advanced features including a powerful type system that can prevent
+ errors prior to synthesis time, and its most distinguishing feature,
+ Guarded Atomic Actions, allow you to define hardware components in a
+ modular manner based on their invariants, and let the compiler pick a
+ scheduler.
+ </longdescription>
+ <longdescription lang="zh">
+ 这是 Bluespec 高级硬件设计语言 (HL-HDL) 的编译器、模拟器和相关工具,支持
+ 两种可选语法:BSV 和 BH。 BSVlang 存储库中提供了语言规范和教程。
+ Bluespec 是一种高级硬件描述语言。它具有各种高级功能,包括强大的类型系统,
+ 可以在综合之前防止错误,其最显着的功能是受保护的原子操作,允许您根据硬件
+ 组件的不变量以模块化方式定义硬件组件,并让编译器选择一个调度程序。
</longdescription>
</pkgmetadata>