vkenbeek/verilog-wavedrom
收藏资源简介:
--- dataset_info: features: - name: image dtype: image - name: text dtype: string splits: - name: train num_bytes: 11992595990.484 num_examples: 73834 - name: test num_bytes: 2316007959.414 num_examples: 18458 download_size: 5195230046 dataset_size: 14308603949.897999 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* license: mit language: - en tags: - verilog - code - wavedrom - timing diagram --- # Verilog Wavedrom <!-- Provide a quick summary of the dataset. --> A combination of verilog modules and their correspondig timing diagrams generated by wavedrom. ## Dataset Details <!-- ### Dataset Description <!-- Provide a longer summary of what this dataset is. --> A collection of wavedrom timing diagrams in PNG format representing verilog modules. The Verilog modules were copied from [shailja/Verilog_GitHub](https://huggingface.co/datasets/shailja/Verilog_GitHub). The timing diagrams were generated by first generating testbenches for the individual verilog modules through the Verilog Testbench Generator from EDA Utils [VlogTBGen](https://www.edautils.com/VlogTBGen.html). The resulting testbenches were simulated to create .vcd files which were fed to [vcd2wavedrom](https://github.com/Toroid-io/vcd2wavedrom) to create wavedrom files. The wavedrom files were converted to images using [wavedrom-cli](https://github.com/wavedrom/cli). <!--- - **Curated by:** [More Information Needed] - **Funded by [optional]:** [More Information Needed] - **Shared by [optional]:** [More Information Needed] - **Language(s) (NLP):** [More Information Needed] - **License:** [More Information Needed] ### Dataset Sources [optional] <!-- Provide the basic links for the dataset. -- - **Repository:** [More Information Needed] - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses <!-- Address questions around how the dataset is intended to be used. -- ### Direct Use <!-- This section describes suitable use cases for the dataset. -- [More Information Needed] ### Out-of-Scope Use <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -- [More Information Needed] ## Dataset Structure <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -- [More Information Needed] ## Dataset Creation ### Curation Rationale <!-- Motivation for the creation of this dataset. -- [More Information Needed] ### Source Data <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -- #### Data Collection and Processing <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -- [More Information Needed] #### Who are the source data producers? <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -- [More Information Needed] ### Annotations [optional] <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -- #### Annotation process <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -- [More Information Needed] #### Who are the annotators? <!-- This section describes the people or systems who created the annotations. -- [More Information Needed] #### Personal and Sensitive Information <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -- [More Information Needed] ## Bias, Risks, and Limitations <!-- This section is meant to convey both technical and sociotechnical limitations. -- [More Information Needed] ### Recommendations <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. ## Citation [optional] <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -- **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -- [More Information Needed] ## More Information [optional] [More Information Needed] ## Dataset Card Authors [optional] [More Information Needed] ## Dataset Card Contact [More Information Needed] -->
dataset_info: 数据集信息: features: - name: 图像 dtype: 图像类型 - name: 文本 dtype: 字符串类型 splits: - name: 训练集 num_bytes: 11992595990.484 num_examples: 73834 - name: 测试集 num_bytes: 2316007959.414 num_examples: 18458 download_size: 下载总大小:5195230046 dataset_size: 数据集总占用大小:14308603949.897999 configs: - config_name: 默认配置 data_files: - split: 训练集 path: data/train-* - split: 测试集 path: data/test-* license: 开源许可证:MIT协议 language: - 英语 tags: - Verilog(Verilog) - 代码 - Wavedrom(Wavedrom) - 时序图(timing diagram) # Verilog Wavedrom <!-- 提供本数据集的简要概述。 --> 本数据集由Verilog(Verilog)模块与通过Wavedrom(Wavedrom)生成的对应时序图组合而成。 ## 数据集详情 <!-- ### 数据集描述 <!-- 提供本数据集的详细说明。 --> 本数据集包含以PNG(Portable Network Graphics)格式存储的、对应Verilog模块的Wavedrom时序图。 Verilog模块源自数据集[shailja/Verilog_GitHub](https://huggingface.co/datasets/shailja/Verilog_GitHub)。 时序图的生成流程如下:首先通过电子设计自动化工具集EDA Utils(Electronic Design Automation Utils)中的Verilog测试平台生成工具[VlogTBGen](https://www.edautils.com/VlogTBGen.html),为各个Verilog模块生成对应的测试平台;随后对生成的测试平台进行仿真,得到VCD(Value Change Dump)格式文件,再将该文件输入工具[vcd2wavedrom](https://github.com/Toroid-io/vcd2wavedrom)以生成Wavedrom格式文件;最后通过工具[wavedrom-cli](https://github.com/wavedrom/cli)将Wavedrom格式文件转换为图像文件。 <!--- - **整理者:** [需补充更多信息] - **资助方 [可选]:** [需补充更多信息] - **共享方 [可选]:** [需补充更多信息] - **自然语言处理语言:** [需补充更多信息] - **许可证:** [需补充更多信息] ### 数据集来源 [可选] <!-- 提供本数据集的基础链接。 -- - **代码仓库:** [需补充更多信息] - **相关论文 [可选]:** [需补充更多信息] - **演示示例 [可选]:** [需补充更多信息] ## 使用场景 <!-- 阐述本数据集的预期使用方式。 -- ### 直接使用 <!-- 本节描述本数据集的适用场景。 -- [需补充更多信息] ### 不适用场景 <!-- 本节阐述误用、恶意使用,以及本数据集无法良好适配的使用场景。 -- [需补充更多信息] ## 数据集结构 <!-- 本节描述数据集的字段信息,以及其他关于数据集结构的补充信息,例如数据划分标准、数据点间的关联关系等。 -- [需补充更多信息] ## 数据集创建 ### 整理初衷 <!-- 阐述创建本数据集的动机。 -- [需补充更多信息] ### 源数据 <!-- 本节描述源数据(例如新闻文本与标题、社交媒体帖子、翻译后的语句等)。 -- #### 数据收集与处理流程 <!-- 本节描述数据收集与处理的过程,例如数据选择标准、过滤与归一化方法、使用的工具与库等。 -- [需补充更多信息] #### 源数据生产者是谁? <!-- 本节描述原始创建数据的个人或系统。若可获取,还应包含源数据创建者自行上报的人口统计或身份信息。 -- [需补充更多信息] ### 标注信息 [可选] <!-- 若数据集包含初始数据收集之外的标注内容,请使用本节描述标注信息。 -- #### 标注流程 <!-- 本节描述标注流程,例如标注过程中使用的工具、标注的数据量、向标注者提供的标注指南、标注者间一致性统计、标注验证等。 -- [需补充更多信息] #### 标注者是谁? <!-- 本节描述创建标注信息的个人或系统。 -- [需补充更多信息] #### 个人与敏感信息 <!-- 说明数据集是否包含可被视为个人、敏感或私密的数据(例如揭示地址、唯一可识别的姓名或别名、种族或族裔出身、性取向、宗教信仰、政治观点、财务或健康数据等)。若已对数据进行匿名化处理,请描述匿名化流程。 -- [需补充更多信息] ## 偏见、风险与局限性 <!-- 本节用于阐述技术与社会技术层面的局限性。 -- [需补充更多信息] ### 建议 <!-- 本节用于提出关于数据集偏见、风险与技术局限性的相关建议。 -- 用户应知晓本数据集存在的风险、偏见与局限性。需补充更多信息以提供进一步建议。 ## 引用 [可选] <!-- 若有介绍本数据集的论文或博客文章,本节应包含该内容的APA与BibTeX引用信息。 -- **BibTeX:** [需补充更多信息] **APA格式:** [需补充更多信息] ## 术语表 [可选] <!-- 若有需要,可在本节包含可帮助读者理解数据集或数据集卡片的术语与计算方式。 -- [需补充更多信息] ## 更多信息 [可选] [需补充更多信息] ## 数据集卡片作者 [可选] [需补充更多信息] ## 数据集卡片联系方式 [需补充更多信息]
数据集概述
数据集特征
- image: 数据类型为图像。
- text: 数据类型为字符串。
数据集分割
- train: 包含73834个样本,总大小为11992595990.484字节。
- test: 包含18458个样本,总大小为2316007959.414字节。
数据集大小
- 下载大小: 5195230046字节。
- 数据集总大小: 14308603949.897999字节。
配置文件
- config_name: default
- data_files:
- train: 路径为
data/train-* - test: 路径为
data/test-*
- train: 路径为
许可证
- license: mit
语言
- language: en
标签
- tags:
- verilog
- code
- wavedrom
- timing diagram




