blob: a9450132607832fe01e27ceffd546af1137b5da5 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>vowstar@gmail.com</email>
<name>Huang Rui</name>
</maintainer>
<upstream>
<maintainer>
<name>Cocotb Contributors</name>
<email>cocotb@lists.librecores.org</email>
</maintainer>
<bugs-to>https://github.com/cocotb/cocotb-bus/issues</bugs-to>
</upstream>
<longdescription lang="en">
cocotb-bus provides pre-packaged testbenching tools and reusable bus
interfaces for the cocotb project. It helps with verification of
digital designs by providing ready-to-use bus protocol implementations
and utilities to make testing hardware easier.
</longdescription>
<longdescription lang="zh">
cocotb-bus 为 cocotb 项目提供预打包的测试台工具和可重用的总线接口。
通过提供即用型总线协议实现和实用工具,它有助于数字设计的验证,使硬件
测试变得更加容易。
</longdescription>
<origin>srcux</origin>
</pkgmetadata>
|