summaryrefslogtreecommitdiff
path: root/sci-electronics/sby/metadata.xml
blob: 33a3784f1344340e0a9e381ecb167498178c33a4 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>vowstar@gmail.com</email>
		<name>Huang Rui</name>
	</maintainer>
	<longdescription lang="en">
		SymbiYosys (sby) is a front-end driver program for Yosys-based formal
		hardware verification flows. It supports bounded model checking (BMC),
		unbounded model checking, and cover property checking for hardware
		designs written in Verilog, SystemVerilog, or VHDL. SymbiYosys
		integrates with various SMT solvers and model checkers including
		Yices, Z3, Boolector, and ABC.
	</longdescription>
	<longdescription lang="zh">
		SymbiYosys (sby) 是基于 Yosys 的形式化硬件验证流程的前端驱动程序。
		它支持有界模型检查 (BMC)、无界模型检查和覆盖属性检查,适用于使用
		Verilog、SystemVerilog  VHDL 编写的硬件设计。SymbiYosys 集成了
		多种 SMT 求解器和模型检查器,包括 Yices、Z3、Boolector  ABC。
	</longdescription>
	<use>
		<flag name="yices2">Enable Yices2 SMT solver support</flag>
	</use>
	<upstream>
		<remote-id type="github">YosysHQ/sby</remote-id>
		<bugs-to>https://github.com/YosysHQ/sby/issues</bugs-to>
	</upstream>
</pkgmetadata>